https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30654
--- Comment #4 from David Cook <dc...@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. _______________________________________________ Koha-bugs mailing list Koha-bugs@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/