[Koha-bugs] [Bug 32573] background_jobs_worker.pl should ACK a message before it forks and runs the job

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 9 00:51:01 CET 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32573

--- Comment #4 from David Cook <dcook at prosentient.com.au> ---
If you were doing a big batch record modification and you suffered a power
outage on the machine where the background job worker is running, then that
task can't be re-started since the RabbitMQ message was already ACKed before
the real work began.

(Of course, in the case of Koha, we have the "database failover", so in theory
it might get recovered, but it's not standard design.)

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list