[Koha-bugs] [Bug 31561] Background jobs stuck at "New"

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Nov 9 09:38:22 CET 2022


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

Andreas Jonsson <andreas.jonsson at kreablo.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andreas.jonsson at kreablo.se

--- Comment #7 from Andreas Jonsson <andreas.jonsson at kreablo.se> ---
The issue here is that when queuing a background job while a transaction is
active the transaction might not have been committed when the worker process
fetches the job object from the database.

For example C4::AddBiblio, where a background job for indexing ElasticSearch is
initiated from within a call to txn_do.

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


More information about the Koha-bugs mailing list