Can someone recommend me the execution time of cron jobs for lists of 5 thousand contacts?
I currently have cron jobs configured as follows:
mautic: segments: update runs every minute
mautic: campaigns: rebuild runs every 2 minutes
mautic: campaigns: trigger runs every 10 minutes
mautic: emails: send runs every 15 minutes
mautic: email: fetch runs once a day
The problem is that whenever I schedule a campaign, some contacts receive the same email 2 times in a row
Any recommendation?
On the official site recommend the following:
0,15,30,45 <- mautic: segments: update
5,20,35,50 <- mautic: campaigns: update
10,25,40,55 <- mautic: campaigns: trigger
Does this work for any number of contacts?