hi all- what is best practice for handling flow ru...
# ask-community
d
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
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
And the action in response to that trigger can be cancelling that particular run, and deploying a new flow run
gratitude thank you 1