devops-center-feedback
devops-center-feedback copied to clipboard
Stalled commit: Error encountered when updating Async Operation Result status to Completed/Error
Error encountered when doing fix for stalled commit. Per documentation, we should query for Async Operation Result record with In Progress status and update it to either Completed/Error. Followed this step but encountered this error:
sf_devops.AsyncOperationResultCleanup: execution of AfterUpdate caused by: System.QueryException: Aggregate query has too many rows for direct assignment, use FOR loop External entry point (System Code)
Steps to reproduce the behavior:
- Navigate to the Async Operation Result record with status = In Progress
- Update status to either Completed or Error
Expected behavior Status should be updated to either Completed or Error
Screenshots