[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 15:34:05 CEST 2020


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

--- Comment #257 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
(In reply to Julian Maurice from comment #256)
> > I would not promote a hybrid solution that falls back to code without MQ
> Ok, but why ?
Duplication of code. Maintenance, bugs etc.

> > I hope that the last patch is not the design pattern for introduction of a MQ in Koha
> Ok, but why ?
See above.

> Why would it be such a terrible design to have the ability to run background
> jobs without a message queue ?

Actually not. As you say, we could run without MQ. But since we want a message
queue anyway, this could be a nice first start.
What I do not like, is writing two blocks: code with MQ en code without.

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


More information about the Koha-bugs mailing list