Robin Weiß
07/04/2022, 1:20 PM...
File "/usr/local/lib/python3.9/site-packages/prefect/client.py", line 834, in read_work_queue_by_name
...
httpx.ReadTimeout
An exception occurred.
• The agent gives these weird log messages:
MarkLateRuns took 26.306307 seconds to run, which is longer than its loop interval of 5.0 seconds.
FlowRunNotifications took 30.444981 seconds to run, which is longer than its loop interval of 4 seconds.
MarkLateRuns took 30.619028 seconds to run, which is longer than its loop interval of 5.0 seconds.
My guess is that something is really slowing the container down so that it runs into connection timeout issues as it doesn’t reply in time. Does anyone have any idea where to look further? The error message unfortunately gives me zero insights on the matter 😞
Thanks!Anna Geller
07/04/2022, 1:28 PMRobin Weiß
07/04/2022, 1:30 PMMarkLateRuns
and FlowRunNotifications
could mean? 🤔Anna Geller
07/04/2022, 2:44 PMRobin Weiß
07/04/2022, 3:19 PMjawnsy
07/04/2022, 4:06 PMRobin Weiß
07/04/2022, 4:19 PMjawnsy
07/04/2022, 4:22 PM