Lina M
03/12/2025, 3:24 PMThreadPoolTaskRunner(max_workers=1)
and wait_for
. Few tasks in, at a random task, a new execution (or run) logs are shown and the UI shows a new separate flow tree.
Checking the pods status, we found out that the original pod of the flow was deleted, and a new pod was created.
What should we do to stop this strange behavior?
Thank you!Bianca Hoch
03/13/2025, 5:40 PMCrashed
state? Does it get stuck in a particular state?
• Do you have any retries set for your flow's decorator? ie: @flow(retries=3)
Lina M
03/17/2025, 9:10 AMUlysse Petit
03/23/2025, 4:43 PM