function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
reach2paulreach2paul 

Concurrent limit exceeded

Hi,

 

Recently we received a issue stating "Concurrent request limit exceeded". Basically the code calls the an external webservice and this limit execeeded error message came when the API was accessed by 30 users at the sametime.

 

I found out from the docs that for a production org maximum concurrent requests allowed is 25. But not sure if the limit is set at per user level or organization level.

 

1. Is the limit is at per user level or org level?

2. Can this limit be increased?

 

Thanks,

Sonam_SFDCSonam_SFDC
Hi,

This limit is ORG level and looks like it is possible to increase the limit with a solid business reason - we don't usually encourage users doing that as there could be some unspecified number of large jobs that could be invoked in an uncontrolled way, and if we did not have a limit/increased limit, there could be a resource drain.