[Koha-bugs] [Bug 34070] background_jobs_worker.pl floods logs when not connecting

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jun 21 08:53:01 CEST 2023


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

Jonathan Druart <jonathan.druart+koha at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jonathan.druart+koha at gmail.
                   |                            |com

--- Comment #2 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Magnus Enger from comment #1)
> Looks like the problem with connecting might be because I have not added the
> proper config to koha-conf.xml: 
> 
>  <message_broker>
>    <hostname>__MESSAGE_BROKER_HOST__</hostname>
>    <port>__MESSAGE_BROKER_PORT__</port>
>    <username>__MESSAGE_BROKER_USER__</username>
>    <password>__MESSAGE_BROKER_PASS__</password>
>    <vhost>__MESSAGE_BROKER_VHOST__</vhost>
>  </message_broker>

You should not need it. Did you try a restart_all? If rabbitmq cannot be
reached we are supposed to fallback to the DB (and bypass the broker).

However I can see a problem if the daemon (background_jobs_worker.pl) has been
started and the connection lost.

-- 
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