[Bug 15529] Process Message Queue may send duplicate emails if process is launched twice
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15529 --- Comment #44 from M. Tompsett <mtompset@hotmail.com> --- (In reply to Marcel de Rooy from comment #43)
-C4::Letters::SendQueuedMessages( - { - verbose => $verbose, - username => $username, - password => $password, - method => $method, - limit => $limit, - type => $type, - } +C4::Letters::SendQueuedMessages( { verbose => $verbose, username => $username, password => $password, method => $method } ); +sleep(15); Why do you remove limit and type? Why add sleep (debug leftover)?
I too thought it was a bad thing, which is why the third patch fixes it. However, I thought I patched up the ZEBRA stuff. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org