Daniel Nilsen
05/16/2022, 12:48 PMraise signals.FAIL(message=f"Task failed") # This should log with ERROR level, not INFO
PRASHANT GARG
05/16/2022, 1:18 PMTanasorn Chindasook
05/16/2022, 2:32 PMWei Mei
05/16/2022, 4:19 PMDammalapati Sai Krishna
05/16/2022, 5:07 PMAndrew Lawlor
05/16/2022, 5:15 PMCreating a new Dask cluster with `__main__.get_executor.<locals>.<lambda>`...`
in my gke logs, im seeing
raise TimeoutError( asyncio.exceptions.TimeoutError: Nanny failed to start in 60 seconds
Malthe Karbo
05/16/2022, 7:32 PMfuture.get_state()
, a 403/timeout response will cause flows to fail - is there a way to see api limits for prefect orion cloud? We get forbidden (403) occasionally - it appears to be due to throttlingDekel R
05/17/2022, 6:21 AMpaimoe
05/17/2022, 7:31 AMSander
05/17/2022, 7:38 AMValentin Baert
05/17/2022, 10:20 AMMoss Ebeling
05/17/2022, 11:28 AMkushagra kumar
05/17/2022, 12:12 PMNEWBIE Here:
Hi, Is there a possibility of non-linearity and cross- and intra-flow/ work flow interaction in prefect 2.0
? Need to do some POC.Valentin Baert
05/17/2022, 12:13 PMTyndyll
05/17/2022, 12:22 PMValentin Baert
05/17/2022, 12:38 PMFlorian Guily
05/17/2022, 12:56 PMFrank Hereford
05/17/2022, 2:58 PMSylvain Hazard
05/17/2022, 3:08 PMfrom loguru import logger
and uses that for logging. Unfortunately, those don't appear in Prefect logs which is not great.
I've tried adding PREFECT__LOGGING__EXTRA_LOGGERS="['loguru']"
in my environment but doesn't seem to work. Is there another way to do this ?Koby Kilimnik
05/17/2022, 3:32 PMKoby Kilimnik
05/17/2022, 6:57 PMJason
05/17/2022, 7:06 PMDanny Vilela
05/17/2022, 7:17 PMFlow
initialization? Or is the best way to unset prefect.config.flows.checkpointing
before building the Flow
?Jeffery Newburn
05/17/2022, 7:31 PMMike Vanbuskirk
05/17/2022, 8:32 PMSubmitted for execution: Task arn:<task-arn>
with no further logs generated. In cloudwatch, it only shows:
2022-05-17T16:18:52.575-04:00 [2022-05-17 20:18:52,575] INFO - agent | Deploying flow run f2f45aac-ccfb-4bb9-88db-fb1d00426989 to execution environment...
2022-05-17T16:18:53.805-04:00 [2022-05-17 20:18:53,805] INFO - agent | Completed deployment of flow run f2f45aac-ccfb-4bb9-88db-fb1d00426989
Jason Motley
05/17/2022, 8:55 PMenv={"EXTRA_PIP_PACKAGES": "mypackage--index-url=<https://my_url>"})
Leon Kozlowski
05/17/2022, 8:56 PMHoratiu Bota
05/17/2022, 9:09 PMCommand ["/bin/sh","-c","prefect execute flow-run"]
(however i need to run prefect in bash with a conda environment activated). Is there any way to configure the ECS task to remove the ["/bin/sh/", "-c",]
before the prefect command? My container is configured with the appropriate entrypoint, runs bash and activates conda at startup, but /bin/sh -c
undoes that setupJessica Smith
05/17/2022, 9:44 PMprefect.exceptions.ClientError: [{'path': ['set_task_run_states'], 'message': 'State update failed for task run ID d253a979-2ad4-4add-9c60-e569d75758e6: provided a running state but associated flow run 165e6a96-0e0d-464b-9a85-fc97454b9375 is not in a running state.', 'extensions': {'code': 'INTERNAL_SERVER_ERROR'}}]
I have a flow that kicks off a few hundred flow runs, and it was working fine in a test environment, but I got this as soon as I tried to run it in a production environmentJeffery Newburn
05/17/2022, 10:01 PMdatetime.now()
inside of a flow, not a task will that update on each run?Jeffery Newburn
05/17/2022, 10:01 PMdatetime.now()
inside of a flow, not a task will that update on each run?Kevin Kho
05/17/2022, 10:02 PMJeffery Newburn
05/17/2022, 10:03 PM