Back to bug 36901

Who When What Removed Added
tomascohen 2024-05-21 00:11:01 UTC Depends on 36900
CC tomascohen
dcook 2024-05-21 00:17:09 UTC CC dcook
magnus 2024-05-21 06:23:30 UTC CC magnus
jonathan.druart 2024-05-21 06:59:59 UTC CC jonathan.druart
tomascohen 2024-05-21 13:14:01 UTC Patch complexity --- Trivial patch
Status NEW Needs Signoff
tomascohen 2024-05-21 13:14:31 UTC Blocks 35092
Depends on 36900
tomascohen 2024-05-21 13:15:28 UTC Assignee koha-bugs tomascohen
tomascohen 2024-05-21 13:15:51 UTC Summary background_jobs_worker.pl sets the status to 'failed' right away Add logging for uncaught exceptions in background job classes
tomascohen 2024-05-21 13:17:06 UTC CC lisette.scheer
Text to go in the release notes This patch adds logging for uncaught exceptions in background job classes. Some rare situations like DB connection drops can make jobs get marked as failure, but no information about the reasons is logged anywhere.
tomascohen 2024-05-21 13:17:27 UTC CC kyle, nick
david 2024-05-21 22:20:39 UTC Status Needs Signoff Signed Off
david 2024-05-21 22:20:44 UTC Attachment #166970 Attachment is obsolete 0 1
david 2024-05-21 23:18:31 UTC CC david
Text to go in the release notes This patch adds logging for uncaught exceptions in background job classes. Some rare situations like DB connection drops can make jobs get marked as failure, but no information about the reasons is logged anywhere. This enhancement adds logging for uncaught exceptions in background job classes. Some rare situations like DB connection drops can make jobs get marked as failure, but no information about the reasons is logged anywhere.
martin.renvoize 2024-06-28 14:25:44 UTC Attachment #166993 Attachment is obsolete 0 1
martin.renvoize 2024-06-28 14:25:59 UTC CC martin.renvoize
Attachment #166992 Attachment is obsolete 0 1
martin.renvoize 2024-06-28 14:26:07 UTC Attachment #166969 Attachment is obsolete 0 1
martin.renvoize 2024-06-28 14:26:11 UTC Status Signed Off Passed QA
martin.renvoize 2024-06-28 14:27:01 UTC QA Contact testopia martin.renvoize
Severity enhancement minor
katrin.fischer 2024-07-01 16:58:32 UTC Status Passed QA Pushed to main
Version(s) released in 24.11.00
martin.renvoize 2024-07-25 11:23:34 UTC CC martin.renvoize
lucas 2024-11-18 17:18:55 UTC Version(s) released in 24.11.00 24.11.00,24.05.06
CC lucas
Status Pushed to main Pushed to stable
fridolin.somers 2024-12-02 10:46:42 UTC CC fridolin.somers
Version(s) released in 24.11.00,24.05.06 24.11.00,24.05.06,23.11.11
Status Pushed to stable Pushed to oldstable
david 2024-12-03 04:22:00 UTC Text to go in the release notes This enhancement adds logging for uncaught exceptions in background job classes. Some rare situations like DB connection drops can make jobs get marked as failure, but no information about the reasons is logged anywhere. This fixes the logging of uncaught exceptions in background jobs. Some rare situations like DB connection drops can make jobs get marked as failure, but no information about the reasons was logged anywhere.

Back to bug 36901