Brian Oldak
02/04/2025, 7:12 AM@flow(timeout_seconds=16200)
for a 4.5 hour timeout.
I'm mostly trying to solve the second one here. I see that some flows do actually hit this timeout and others will run for 9 hours and still not hit it. In the documentation I see a note "Flow execution may continue until the next task is called", and I'm wondering if maybe this could be causing my issue? I'm not actually using tasks per se, but I do notice that in the flows that do not time out there are no logs for hours vs the ones that do time out, there are logs right up until the timeout. Ironically that's the opposite of the behavior I want, which would be timing out iff there is no activity for a long time, but that's neither here nor there.
Any help would be much appreciated!Bianca Hoch
02/04/2025, 2:40 PMRunning
state indefinitely. A feature called Runner Hearbeats was introduced in version 3.1.8 which could help. It requires a little bit of setup at first, which is outlined in the release notes.Brian Oldak
02/04/2025, 4:45 PMBianca Hoch
02/04/2025, 7:10 PMBrian Oldak
02/04/2025, 7:11 PMBianca Hoch
02/04/2025, 7:14 PMRunning
state for longer than 5 hours shall be marked as failed. You can add an additional action on top that sends you a notification whenever this occurs.Bianca Hoch
02/04/2025, 7:15 PMBrian Oldak
02/04/2025, 7:15 PMBrian Oldak
02/04/2025, 7:16 PMBrian Oldak
02/04/2025, 7:16 PMBrian Oldak
02/04/2025, 7:17 PMBrian Oldak
02/04/2025, 7:18 PMBianca Hoch
02/04/2025, 7:24 PM