Skip to content

Instantly share code, notes, and snippets.

@stancel
Created August 24, 2017 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stancel/06f7d38b01b1e33f28ecaf8726bf644c to your computer and use it in GitHub Desktop.
Save stancel/06f7d38b01b1e33f28ecaf8726bf644c to your computer and use it in GitHub Desktop.
Mautic 2.9.x Cron Jobs
0,10,20,30,40,50 * * * * php /var/www/html/app/console mautic:webhooks:process > /dev/null 2>&1
2,12,22,32,42,52 * * * * php /var/www/html/app/console mautic:segments:update > /dev/null 2>&1
4,14,24,34,44,54 * * * * php /var/www/html/app/console mautic:campaigns:rebuild > /dev/null 2>&1
6,16,26,36,46,56 * * * * php /var/www/html/app/console mautic:campaigns:trigger > /dev/null 2>&1
1,11,21,31,41,51 * * * * php /var/www/html/app/console mautic:emails:send > /dev/null 2>&1
3,13,23,33,44,54 * * * * php /var/www/html/app/console mautic:email:fetch > /dev/null 2>&1
2,12,22,32,42,52 * * * * php /var/www/html/app/console mautic:social:monitoring > /dev/null 2>&1
5,15,25,35,45,55 * * * * php /var/www/html/app/console mautic:iplookup:download > /dev/null 2>&1
0 2 * * * php /var/www/html/app/console mautic:maintenance:cleanup --days-old=365 > /dev/null 2>&1
7,17,27,37,47,57 * * * * php /var/www/html/app/console mautic:broadcasts:send > /dev/null 2>&1
### REQUIRED FOR EACH INTEGRATION
php /var/www/html/app/console mautic:integration:fetchleads --integration=Sugarcrm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment