[Koha-bugs] [Bug 14791] Automatically attempt to resend failed notices

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Sep 8 12:26:42 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14791

--- Comment #1 from Lari Taskula <larit at student.uef.fi> ---
(In reply to Lari Taskula from comment #0)
> Last week in my local library we experienced some network trouble
> and plenty of messages went into failed status. This can also be somewhat
> risky by manual SQL queries in production environment. 

Long day. What I meant to say was that currently the only way to resend failed
messages without Bug 12426 is via manual database UPDATE queries to set them
back into "pending" status, and this leaves some chance for it to go horribly
wrong.

Anyway, I also though of a third option. We could use Koha::Exceptions
introduced in Bug 13995 to throw an exception to C4::Letters in case of a
connection failure. C4::Letters would catch this exception and leave the
message in the queue untouched. In other words, the message would stay in
pending status and would be attempted to send again by
process_message_queue.pl.

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


More information about the Koha-bugs mailing list