Exceeded 100 jobs limit #487
Unanswered
randybarton24
asked this question in
Q&A
Replies: 1 comment 3 replies
-
@randybarton24 do you have any idea as to how many records are being updated by that managed package? I'm going to do some analysis on cascading rollups to see where this heap size issue is coming from. At the very least, I think you can get rid of the Flex Queue errors by reducing the Max Rollup Retries field on your rollup control CMDT record to 0. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @jamessimone, still struggling to get the package working in our org. We have a managed package that does a lot of batch processing overnight for our billing and subscriptions, which will trigger several rollups and probably cascading rollups. It seems like that might be causing issues, as I've been getting failures happening almost every night around that time. The most common being the "You've exceeded the limit of 100 jobs in the flex queue", followed by Apex heap size errors. Do you have any recommendations?
Beta Was this translation helpful? Give feedback.
All reactions