[Koha-bugs] [Bug 22417] Add a task queue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Sep 2 14:11:24 CEST 2020


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

--- Comment #252 from Julian Maurice <julian.maurice at biblibre.com> ---
(In reply to Marcel de Rooy from comment #250)
> If we feel that RabbitMQ is not ready for primary processes like the batch
> record modify in this patch set, we should remove that part. I would not
> promote a hybrid solution that falls back to code without MQ. It should just
> be stable enough to operate on and seen as an essential component.

It's not about stability. I'm sure RabbitMQ is stable enough for this.
It's about not adding another mandatory dependency when we don't need it. Do I
really need a message queue if I run 1 background job per day ?
Of course a MQ will be useful to some. I'm not advocating against it. I'm only
saying a fallback would be nice for those who only run jobs occasionally.
Also the upgrade path would be simpler ("just make sure the script worker.pl is
always running and you're good")

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


More information about the Koha-bugs mailing list