[Koha-bugs] [Bug 15529] Process Message Queue may send duplicate emails if process is launched twice

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 2 09:27:03 CET 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15529

--- Comment #43 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
-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)?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list