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

--- Comment #1 from Lari Taskula <[email protected]> ---
(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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://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