9 May
2022
9 May
'22
3:10 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30654 --- Comment #4 from David Cook <dcook@prosentient.com.au> --- Regardless, this code introduces a race condition. If background_jobs_worker.pl tries to run process_outstanding at startup after Koha::BackgroundJob runs $self->set(<things>)->store; but before $conn->send_with_receipt, then the same job would be run (at least) 2 times. It'd be an unlikely scenario, but technically it could happen. -- You are receiving this mail because: You are watching all bug changes.