Dear community,
is there an intelligent way to cancel multiple flow runs at once?
I have a flow that reads from SharePoint list. This sometimes fails and sometimes just takes very long.
This flow is triggered by the HTTP call from another flow.
HTTP call performs several retries and the default number of 4 retries is just not enough.
I've increased the number of retries to 50 and this made things go crazy, with thousands of runs.
Apparently this brought the whole business to a halt and I now observe runs where a "scope" that contains 3 "compose" actions, each one run in under a second, - takes 25 min to complete.
So three questions:
1. how to cancel hundreds of runs at once
2. how to control for this kind of runaways
3. what to do about SharePoint response rate (read from the list of about 40 text entries)
Thank you,
Inna