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

Barton Chittenden <[email protected]> changed:

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

--- Comment #2 from Barton Chittenden <[email protected]> ---
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.
_______________________________________________
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