SharePoint Connection is having a throttle limit of 600 APIs calls per minute. We have an application with more than five users and 15 screens using the same SharePoint Connection which is reaching the limit and jobs are getting failed because of that.
Please suggest is there any solution to overcome this?
One we have in our design is to create multiple connections for the same SharePoint site and use it for different screens. We need to know is there any downside of having more connections open for the same target, is there any chances of connections leakage etc.
Thanks in advance!!!
You can add Delay.
Hi @PP_Developer_Po,
There is no way to overcome the limits of 600 API calls for each connection.
Your method that creates multiple connections is feasible. The disadvantage of using different connections is that Email is used as the display name by default when the connection is created, which will lead to confusion of the connection.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.