"Rate Limiting Exception" error when configuring the Apex Trigger
Summary
When configuring the Apex Trigger for the connectors, it throws the following error when it is executed:
OpportunityTrigger: execution of AfterUpdate caused by: System.AsyncException: Rate Limiting Exception : AsyncApexExecutions Limit exceeded. (JCFS) Trigger.OpportunityTrigger: line 37, column 1
Environment
Jira Cloud
Jira Server & Data Center
Diagnostics Steps
Check the Salesforce rate limit that is currently configured with the following steps:
Access the Salesforce Workbench site.
Ensure the correct Salesforce instance is chosen.
Navigate to Utilities > REST Explorer.
At the end of the URL of the webpage, add the following:
/limits
Expand the DailyAsyncApexExecutions section to check how many remaining executions are available today.
Cause
The error is triggered due to the Apex execution surpassing the daily Apex Trigger execution limit.
Workaround
N/A
Resolution
After running the steps in the Diagnostic Steps section above, check with your Salesforce Administrator on the possibility of increasing the daily execution limit.
For more information , refer to the Execution Governors and Limits documentation.