http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9032
--- Comment #29 from Galen Charlton <[email protected]> --- (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. _______________________________________________ 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/
