[Koha-bugs] [Bug 32393] background job worker explodes if JSON is incorrect

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Jan 11 18:09:35 CET 2023


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

Nick Clemens <nick at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nick at bywatersolutions.com

--- Comment #27 from Nick Clemens <nick at bywatersolutions.com> ---
Testing notes:
1.b didn't work for me, I did:
-    my $json_args = $self->_json->encode($job_args);
+    #my $json_args = $self->_json->encode($job_args);
+    my $json_args=$job_args;

To check the queues I just did:
rabbitmqctl list_queues

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


More information about the Koha-bugs mailing list