[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 13:57:48 CET 2018


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

--- Comment #44 from M. Tompsett <mtompset at 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.


More information about the Koha-bugs mailing list