[Koha-bugs] [Bug 35092] [OMNIBUS] Remaining background job/worker issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 24 15:14:40 CET 2024


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

--- Comment #23 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Julian Maurice from comment #22)
> By "hybrid" do you mean the fact that one script does both things (MQ and
> SQL polling) ? Would that be better to have two separate "worker" scripts ?

Yes and no :)
It should not need to be two scripts. But see above too. We suggest to not
switch anymore between reading new jobs from DB or from MQ depending on MQ
state.
In a new DB mode we do not use MQ and read only from DB. In a new MQ mode we
only read new jobs from MQ, so not from DB. DB will only have job results.
An attempt to get rid of various out-of-sync problems, race conditions etc.
between MQ and DB as we are having now.

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


More information about the Koha-bugs mailing list