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

--- Comment #32 from Tomás Cohen Arazi <tomasco...@gmail.com> ---
Comment on attachment 161267
  --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=161267
Bug 35819: nack and not requeue if frame is invalid

Review of attachment 161267:
 --> 
(https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=35819&attachment=161267)
-----------------------------------------------------------------

::: misc/workers/background_jobs_worker.pl
@@ +125,5 @@
>          };
>  
> +        unless ( $args ) {
> +            Koha::Logger->get({ interface => 'worker' })->warn(sprintf 
> "Frame does not have correct args, ignoring it");
> +            $conn->nack( { frame => $frame, requeue => 'false' } );

This is great! I didn't manage to make it work properly!

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
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/

Reply via email to