http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9032 --- Comment #29 from Galen Charlton <gmcharlt@gmail.com> --- (In reply to Owen Leonard from comment #28)
(In reply to Galen Charlton from comment #27)
I disagree with this. There is nothing preventing process_message_queue.pl from being run more frequently;
This is the same issue that came up in discussions of Bug 7067 - allow patron self registration via the opac. If your patrons are registering through the OPAC and expecting a confirmation email you would want process_message_queue.pl to run as often as once a minute. The snag is that then your message queue "digest" options don't work because the digest never has the time to accumulate messages.
Fair point. One possibility would be to allow certain message types be marked as high-priority (which would include the interpretation that they're not meant to ever be digested), then add a switch to process_message_queue.pl to have it process just the high-priority ones. I'm willing to put a bit of time into that if folks are amenable to this approach. -- You are receiving this mail because: You are watching all bug changes.