https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=34070 --- Comment #31 from Jonathan Druart <jonathan.druart@gmail.com> --- Created attachment 179218 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=179218&action=edit Bug 34070: Display the 'jobs will be processed anyway' message from worker ->connect does not raise an exception, so we didn't reached the catch block. Adjusting the code but I am not really happy with it, but more changes will derail the original bug Now we log: Cannot connect to broker (Access refused for user 'guest') at /kohadevbox/koha/Koha/BackgroundJob.pm line 96. Cannot connect to the message broker, the jobs will be processed anyway at /kohadevbox/koha/misc/workers/background_jobs_worker.pl line 100. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> -- You are receiving this mail because: You are watching all bug changes.