https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18570 --- Comment #6 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- (In reply to Marc Véron from comment #4)
(In reply to Katrin Fischer from comment #3)
(In reply to Jonathan Druart from comment #2)
All our notifications should be sent through the same process (message_queue).
What we should do is using a daemon to watch this table.
I agree, but at the moment a shorter interval breaks CHECKOUT and CHECKIN - those need to be handled separately or be rewritten in a better way.
Maybe send such mails immediately and add the message with status "sent" to the table?
CHECKIN and CHECKOUT need to be sent when the circulation session is over ideally, so you have one email with all information. For the other emails - that would work, but feels like a bit of a workaround. -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.