Developer script exception from Vacatia : Error processing finalizer for queueable job id: 707Vo00001JiKvN : Cursor Rate Limiting Exception : DailyApexCursorRowsLimit Limit exceeded. #722
Replies: 1 comment 3 replies
-
|
This is an open source project of mine; I don't have an SLA or timeline for responding. You seem to be reporting an issue related to limits specific to your org. Apex Rollup should not create so-called "runaway" jobs - it should only create cursors (and use up Apex Cursor Rows) as required to meet the needs of your rollups, and typically full recalculations are only performed once - during initial setup, to sync values up with the rollups you've configured. I know (from information that you haven't shared here, but was shared with me on Discord) that you have an integration user that bulk updates records within this org. It sounds like rollups were configured without testing that path. My advice to you would be to:
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Getting below error and since this has been esclated I need your urgent support @jamessimone
Apex script unhandled exception by user/organization: 005Vo00000ZZWgn/00D8c000002goUh
Organization: Vacatia (vacatia.my.salesforce.com).
Error processing the finalizer (class name: RollupFinalizer) for the queueable job id: 707Vo00001JiKvN (queueable class id: 01pVo000000rZkQ)
caused by: System.LimitException: Cursor Rate Limiting Exception : DailyApexCursorRowsLimit Limit exceeded.
Class.RollupRepository.getCursor: line 54, column 1
Class.RollupFullBatchRecalculator.CursorBasedRetriever.: line 95, column 1
Class.RollupFullBatchRecalculator.startAsyncWork: line 63, column 1
Class.RollupAsyncProcessor.beginAsyncRollup: line 505, column 1
Class.RollupAsyncProcessor.runCalc: line 281, column 1
Class.RollupFinalizer.recurseThroughConductors: line 64, column 1
Class.RollupFinalizer.execute: line 37, column 1
Beta Was this translation helpful? Give feedback.
All reactions