[Koha-bugs] [Bug 30654] Even with RabbitMQ enabled, we should poll the database for jobs at worker startup

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 9 04:54:58 CEST 2022


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

--- Comment #6 from David Cook <dcook at prosentient.com.au> ---
(In reply to Tomás Cohen Arazi from comment #5)
> We need a PID column.

To what end? 

I really wonder about our overall strategy here. It seems like we can't commit
to a message queue based solution, and it's causing us to come up with a
strange bespoke solution. If that's the case, maybe we tear out RabbitMQ and
switch to using Minion with a MySQL plugin instead?

At the moment, we're overloading the background_job_worker.pl with logic that
it shouldn't have as a "worker", and the database fallback limits us from
taking advantage of RabbitMQ.

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


More information about the Koha-bugs mailing list