[Koha-bugs] [Bug 15529] Process Message Queue may send duplicate emails if process is launched twice

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 1 22:02:43 CET 2017


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

Barton Chittenden <barton at bywatersolutions.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |normal

--- Comment #2 from Barton Chittenden <barton at bywatersolutions.com> ---
I believe that this may also cause fragmenting of CHECKOUT, RENEWAL and CHECKIN
messages. These are digest messages, which should accumulate detail about their
respective circ action in message_queue.metadata until process_message_queue.pl
runs. We have seen evidence of multiple RENEWAL messages going out in very
short order... it would be normal for process_message_queue.pl to be running
while items are being checked in our out, causing two messages to be sent, but
we have had evidence of 3 messages sent at the same time, which isn't possible
unless the message_queue is being processed by two separate instances of
process_message_queue.pl

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


More information about the Koha-bugs mailing list