[Koha-bugs] [Bug 32305] Background worker doesn't check jobs receive from rabbitmq are in 'new' state

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Jan 31 11:59:18 CET 2023


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

--- Comment #13 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
I don't understand why we would need a fetch here, and I actually think we
should not get from db.

The ->process call is from the worker, which should happen right after ->find.
If the object does not have a status==new then we should explode as the
developer certainly messed up with something.

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


More information about the Koha-bugs mailing list