https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15529
--- Comment #13 from M. Tompsett <[email protected]> --- Comment on attachment 78918 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=78918 Bug 15529 - Locking process_message_queue.pl cron whilst it is running Review of attachment 78918: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=15529&attachment=78918) ----------------------------------------------------------------- ::: misc/cronjobs/process_message_queue.pl @@ +100,5 @@ > +); > + > +$email->attach( > +Type => 'Text', > + Data => 'process_message_queue.pl cron is already running', If another process is running, why not queue this as a message, rather than add another layer of emailing ugliness? -- 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/
