You need to sign in to do that
Don't have an account?
How to send an alert notification if Async Apex Execution Limits reached 70% of limit
I want to send an alert notification when overall organisation Async Apex Execution limit reached 70%of total limit. Say if limit is 2500 and if system already exhausted 1750 of daily Async Apex Limit out of 2500 then an alert should be send to few persons notifying that your organisation limit of Async Apex Executions have reached 70% threshold.
Kindly help
Thanks
Kindly help
Thanks
An out of box solution to receive email alerts to monitor apex limit thresholds exists when you edit the user's detail. It only alerts at 50% and not the 70% as you requested. For more information please check below link.
- https://developer.salesforce.com/page/Best_Practice:_Use_of_the_Limits_Apex_Methods_to_avoid_Hitting_Governor_Limits
Hope this helps.Thanks,
Nagendra
Thanks for your reply. Actially i posted same question on stack exchange and it seems you tooktthe same answers from there and put here. Actually the solution which you are saying is nt going to help me I guess. According to your solution if checkbox is checked on user records then only that user will get notifications that too when that particular user will executing any apex.
My requirement is different: I need an alert notification to some folks even if overall governor limit of Async Apex Execution(24hours basis) reaches 70% of threshold and apex is exceuting by any user(not by an user for whom chexkbox is checked)
Kindly help me if you know any approach.
Also kindly let me know if you need any further info/clarifications.
Many thanks in advance
Thanks & Regards,
Harjeet