https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31561
Andreas Jonsson <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #7 from Andreas Jonsson <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
