[Koha-bugs] [Bug 30172] Background jobs failing due to race condition

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 24 14:55:58 CET 2022


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

--- Comment #22 from Jonathan Druart <jonathan.druart+koha at gmail.com> ---
(In reply to Nick Clemens from comment #21)
> After these patches no jobs are enqueued if you cannot reach the broker
> 
> I aded to koha-conf:
>  <message_broker>
>    <hostname>localhost</hostname>
>    <port>61614</port>
>    <username>guest</username>
>    <password>guest</password>
>    <vhost></vhost>
>  </message_broker>
> 
> 
> Before patches, job added, picked up by SQL polling
> 
> After patches:
>  Cannot enqueue this job. (The error was: Failed to connect: Error
> connecting to localhost:61614: Cannot assign requested address at
> /usr/share/perl5/Net/Stomp.pm line 27.; giving up at
> /usr/share/perl5/Net/Stomp.pm line 27. . See the Koha logfile for more
> information).

That's what I understood...
"You could test the MQ connection before inserting into the database. "

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list