[Koha-bugs] [Bug 30172] Background jobs failing due to race condition

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 23 20:51:06 CET 2022


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

--- Comment #13 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Something smells here :-D

We have a daemon that runs in two ways: listening to the STOMP protocol, or
just polling the DB...

And we have a task initiator (i.e. a call to ->enqueue) that needs to decide if
it does through the STOMP protocol or just inserts on the DB...

It feels like the message broker is only adding complexity with no obvious
gain?

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


More information about the Koha-bugs mailing list