Samuel Hinton
03/04/2021, 8:18 PM@task(timeout=20)
, but they just completed successfully with a normal @task
annotation. Will update prefect now and check to see if that helpsSamuel Hinton
03/04/2021, 8:19 PMSamuel Hinton
03/04/2021, 8:20 PMZanie
Samuel Hinton
03/04/2021, 8:31 PMSamuel Hinton
03/04/2021, 8:31 PMZanie
Samuel Hinton
03/04/2021, 10:00 PMflow = get_flow()
and flow.run()
(even with the timeouts)Zanie
Samuel Hinton
03/05/2021, 8:51 AMmanager.py
goes through them all, collects the flows, and assigns the run config, scheduler, bucket, etc:Samuel Hinton
03/05/2021, 8:51 AMSamuel Hinton
03/05/2021, 9:13 AMZanie
Zanie
Zanie
Samuel Hinton
03/05/2021, 5:09 PMZanie
your_task.run()
is https://github.com/PrefectHQ/prefect/blob/master/src/prefect/utilities/executors.py#L184 -- it may be useful to try testing your function in isolation to see what's going onZanie
Samuel Hinton
03/10/2021, 11:11 AMZanie