https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35092
--- Comment #23 from Marcel de Rooy <[email protected]> --- (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. _______________________________________________ Koha-bugs mailing list [email protected] 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/
