https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36484
--- Comment #3 from Alex Buckley <[email protected]> --- Created attachment 167499 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=167499&action=edit Bug 36484: Switch to fetch all outstanding (New) background jobs based on type = 'update_elastic_index' The previous patch polled the database based on background jobs having queue = 'elastic_index', however, some catalogue changes might have a queue = 'default'. So it is better to poll the database for 'new' background jobs having type = 'update_elastic_index' Sponsored-by: Auckland University of Technology, New Zealand -- You are receiving this mail because: 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/
