Stephen Lloyd
05/20/2022, 11:26 AMLana Dann
05/20/2022, 9:27 PMKayvan Shah
05/21/2022, 3:27 PM../..> prefect storage
Usage: prefect storage [OPTIONS] COMMAND [ARGS]...
Commands for managing storage settings.
Options:
--help Show this message and exit.
Commands:
create Create a new storage configuration.
ls View configured storage options.
reset-default Reset the default storage option.
set-default Change the default storage option.
Benson Mwangi
05/22/2022, 2:31 AMCôme Arvis
05/23/2022, 9:29 AMMatt Drago
05/23/2022, 11:15 AMLana Dann
05/23/2022, 6:02 PMKayvan Shah
05/24/2022, 10:17 AMMichael Smith
05/24/2022, 12:13 PMPedro Martins
05/24/2022, 11:02 PMChris Hatton
05/26/2022, 5:26 PMprefect.exceptions.ClientError: [{'path': ['create_project'], 'message': 'Uniqueness violation.', 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}]
when I try to REcreate a project with the same name in backend cloud
.... Is this a known issue? Does anyone know of a workaround?
(Details in thread)Javier Ebrero
05/27/2022, 11:54 AMShaoyi Zhang
05/31/2022, 11:01 PMZhibin Dai
06/01/2022, 4:13 PMMia
06/02/2022, 8:49 PMfoo.map(list_custom_class)
, i get an error like the following:
Unexpected error: AttributeError("'ThreadPoolExecutor' object has no attribute 'apply_async'")
Traceback (most recent call last):
File "/miniconda3/lib/python3.7/site-packages/prefect/engine/runner.py", line 48, in inner
new_state = method(self, state, *args, **kwargs)
File "/miniconda3/lib/python3.7/site-packages/prefect/engine/flow_runner.py", line 543, in get_flow_run_state
{e: state for e, state in upstream_states.items()}
File "/miniconda3/lib/python3.7/site-packages/prefect/executors/dask.py", line 711, in wait
futures, scheduler=self.scheduler, pool=self._pool, optimize_graph=False
File "/miniconda3/lib/python3.7/site-packages/dask/base.py", line 447, in compute
results = schedule(dsk, keys, **kwargs)
File "/miniconda3/lib/python3.7/site-packages/dask/threaded.py", line 77, in get
pool.apply_async,
AttributeError: 'ThreadPoolExecutor' object has no attribute 'apply_async'
What could be causing this error?Denys Volokh
06/05/2022, 3:25 AMLana Dann
06/06/2022, 7:25 PMDiego Alonso Roque Montoya
06/06/2022, 11:55 PMDiego Alonso Roque Montoya
06/06/2022, 11:57 PMSaurabh Indoria
06/07/2022, 5:24 AMPod prefect-job-04b1fb0c-chzc9 failed.
Container 'flow' state: terminated
Exit Code:: 137
Reason: OOMKilled
Can some elaborate as to what this error is about and how can we rectify this?
Our Stack: Prefect Cloud + K8s Agent + LocalDaskExecutorash
06/07/2022, 1:34 PMJames Keegan
06/07/2022, 1:40 PMDenys Volokh
06/07/2022, 3:09 PMDenys Volokh
06/07/2022, 3:35 PMPrasanth Kothuri
06/08/2022, 9:21 AMpython3 flow_name.py
on the server where prefect is installed, thanks !Binoy Shah
06/08/2022, 1:28 PMLana Dann
06/08/2022, 10:56 PMcramos
06/09/2022, 2:59 PMMia
06/09/2022, 4:40 PMA Lazarus process attempted to reschedule this run 3 times without success. Marking as failed.
while we are waiting for nodes to free upChristian Nuss
06/09/2022, 7:53 PMcommand1 | command2
.
command1
exits with a non-zero code, how do i get the ShellTask to also fail?