Task #27147
Fix stuck in progress jobs due to missing processor
Start date:
29/04/2025
Due date:
% Done:
100%
Estimated time:
Description
Alya batch job rows (batchrows) can get stuck in the inprog status indefinitely. This happens when a JobManager worker picks up a job but doesn't have the processor function registered locally for the job's app+op. The current error handling logs the issue but doesn't update the status, blocking the entire batch from completing.
Updated by Sachin Divekar about 1 month ago
- % Done changed from 0 to 100
- Status changed from New to In Progress