Delivery Server "Pause after send" — Does it multiply across campaigns?

gvero

Member
Hi,

I’m looking to clarify how the "Pause after send" setting on a delivery server works in MailWizz.

The tooltip says:
"The number of microseconds to pause after an email is sent. A microsecond is one millionth of a second, so to pause for two seconds you would enter: 2000000"

That part is clear. But what’s unclear is:

If I have 5 campaigns running at the same time, all using the same delivery server with pause_after_send = 2000000, will that pause be:
  1. Shared globally (total of 1 email every 2 seconds from all campaigns combined), or
  2. Applied per campaign/thread (each campaign sends 1 email every 2 seconds, resulting in up to 5 emails every 2 seconds)?
Thanks in advance!
 
The pause is done in the same process, iif you have 5 processes, each one will pause. It is not a global pause.
 
Back
Top