Hello!
Can someone help me understand and interpret the implications of this statement found on: Blog > General > Tutorials > Networking > Common Patterns > Performance considerations with PowerApps
<snip from blog post>
Limits
When deploying your app to a large number of user, one has to keep in mind the connectors are throttled. PowerApps currently support 600 requests per minute per user and up to 30 concurrent calls per user.
</snip>
We are preparing to use PowerApps to dispatch tasks to a team of around a hundred folks using a dispatch app and a separate mobile style app which will be used for each staff member. All of this works very well on a small scale and is easy to demonstrate the value. I am concerned becuase we have never used PowerApps on this broad of a scale before and this limit is not entirely clear to me. I was planning to have the mobile app each staff is running refresh every minute or so.
Regarding the limitation statement, how can I determine the number of requests? I used Fiddler and can see the HTTP requests made by the app but it only creates a few rows like what is shown below but it is returning a couple hundred items from a SharePoint list (tasks) and another fifty or so from another list (employees). I am thinking that there are more requests than represented here but not sure how to accurately tell.

In theory, the limits are per user so adding more users should not be an issue, only if any single user goes above the limit in a minute. Is this true? Do you think I should be worried about this?