[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
Thu Mar 24 18:35:29 CET 2022


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

--- Comment #33 from Martin Renvoize <martin.renvoize at ptfs-europe.com> ---
(In reply to Martin Renvoize from comment #32)
> I too will admit I'm not sure what benefits RabbitMQ brings us.. but that
> can be for another bug.

I suppose I do understand.. it reduces DB hits by removing the need for DB
Polling.. i.e instead of waiting 10s and then polling the DB for jobs.. we sit
and wait for a STOMP message to be received.. and then look to the DB if we
need to for further detail.. so it does kinda make sense to have both.

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


More information about the Koha-bugs mailing list