Created
August 24, 2017 15:54
-
-
Save stancel/06f7d38b01b1e33f28ecaf8726bf644c to your computer and use it in GitHub Desktop.
Mautic 2.9.x Cron Jobs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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