[Bug 15529] Process Message Queue may send duplicate emails if process is launched twice
2 Nov
2018
2 Nov
'18
8:27 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15529 --- Comment #43 from Marcel de Rooy <m.de.rooy@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.
2812
Age (days ago)
2812
Last active (days ago)
0 comments
1 participants
participants (1)
-
bugzilla-daemon@bugs.koha-community.org