hi all- what is best practice for handling flow runs which don't execute and remain in pending?
• how should I monitor for pending runs and then force execute them?
• how should I monitor for these pending runs and clean them up?
In this case, I am using the cloud run push workers
b
Bianca Hoch
12/21/2023, 2:16 PM
Hey Derek! In regard to monitoring for pending runs and cleaning them up, I think the simplest route is setting an automation in the UI that is triggered when a flow run stays in pending for >10 minutes (could be longer or shorter, just an example)
👀 1
Bianca Hoch
12/21/2023, 2:17 PM
And the action in response to that trigger can be cancelling that particular run, and deploying a new flow run