[Koha-bugs] [Bug 32558] Allow background_jobs_worker.pl to process multiple jobs simultaneously up to a limit

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 5 17:21:20 CET 2023


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

--- Comment #18 from Kyle M Hall <kyle at bywatersolutions.com> ---
(In reply to Jonathan Druart from comment #17)
> This contradicts https://metacpan.org/pod/Net::Stomp#ack
> 
> """
> This acknowledges that you have received and processed a frame and all
> frames before it (if you are using client acknowledgements)
> """

That interpretation contradicts the STOMP protocol specification:
https://stomp.github.io/stomp-specification-1.2.html#ACK

I think the problem here lay in the vagueness of the phrase "processed a
frame". That doesn't mean "completed a task". It simply means the frame was
successfully read by the client, and that we were able to decode the data
within it, and nothing more.

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


More information about the Koha-bugs mailing list