Hi,
I have an idea to improve the system flow scheduler to also take in consideration the applications that is running on.
In my case I have a system flow that does HTTP requests on Microsoft Graph. Due to the volume of it, if 2 applications have the same system flow scheduled to run without manually choosing different times for it to start, I will get throttling and the requests would fail.
It would be nice to also set up a queue between the applications that have the system flow published on. In this case, I could chose to run on app A, at the end of it to start run on app B etc. until it's over, then resume again with app A.
Thanks,
Paul