https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31561 Andreas Jonsson <andreas.jonsson@kreablo.se> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas.jonsson@kreablo.se --- Comment #7 from Andreas Jonsson <andreas.jonsson@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.