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
VIGNESH BALASUBRAMANIANVIGNESH BALASUBRAMANIAN 

RATE LIMITING EXCEPTION : ASYNCAPEXEXECUTIONS LIMIT EXCEEDED

Hi Everyone,

When I try to save account record which triggers queueable apex shows following error.

User-added image

Kindly provide me the solution to overcome this error.

Thanks
Vignesh.B
NagendraNagendra (Salesforce Developers) 
Hi Vignesh,

AsyncApexExecutions Limit Exception' means you are hitting an org-wide 24 hour rolling limit on asynchronous Apex.

The maximum number of asynchronous Apex method executions (batch Apex, future methods, Queueable Apex, and scheduled Apex) per a 24-hour period: 250,000 or the number of user licenses in your organization multiplied by 200, whichever is greater".

Below post should assist you in a better way: Hope this helps.

Thanks,
Nagendra.