Need tech advice… Strange Error on a flow that us...
# ask-community
y
Need tech advice… Strange Error on a flow that used to work… I get
Finished task run for task with final state: 'TimedOut'
after 3 second the task is running even though the task is set to
@task(timeout=600, **params)
and it was running fine till friday. it also runs fine when using
flow.run()
I am using https://cloud.prefect.io/ any suggestions? I deleted the flow an reregister it, but it did not help
1️⃣ 1
In one of the functions I had
sys.path.append(CURR_PATH)
and this appears to cause the flow to fail with the TimeOut error