Newer Version Available
ConcurApexLimitEventLog (Beta)
Concurrent Apex Limit event logs contain information about long-running
concurrent Apex requests in your org that Salesforce terminated after reaching your org’s
concurrency limit. Requests with an established Apex context that execute for 5 seconds are
counted towards your org’s limit of concurrent long-running requests. (Asynchronous
requests don’t count towards the limit.) When there are more than 10 long-running requests
(org default limit), additional long-running requests are terminated. This object is
available in API version 55.0 and later.
Supported Calls
describeSObjects(), query()
Special Access Rules
To access this object, you must have the View Event Log Object Data user permission.
Fields
| Field | Details |
|---|---|
| RequestCount |
|
| RequestIdentifier |
|
| RequestLimit |
|
| RequestUri |
|
| Timestamp |
|
| UserIdentifier |
|