Skip to content

Instantly share code, notes, and snippets.

@mabumusa1
Last active August 15, 2022 20:42
Show Gist options
  • Save mabumusa1/44e44029a3cf4be88a16d10731a939c7 to your computer and use it in GitHub Desktop.
Save mabumusa1/44e44029a3cf4be88a16d10731a939c7 to your computer and use it in GitHub Desktop.
*/5 * * * * www-data /bin/bash /var/www/html/bin/sc_update.sh
* * * * * www-data /usr/bin/php /var/www/html/bin/console mautic:emails:send > /var/www/logs/cron.log 2>&1
*/2 * * * * www-data /usr/bin/php /var/www/html/bin/console mautic:messages:send > /var/www/logs/cron.log 2>&1
3,18,33,48 * * * * www-data /usr/bin/php /var/www/html/bin/console mautic:import > /var/www/logs/cron.log 2>&1
4,19,34,49 * * * * www-data /usr/bin/php /var/www/html/bin/console mautic:webhooks:process > /var/www/logs/cron.log 2>&1
6,21,36,51 * * * * www-data /usr/bin/php /var/www/html/bin/console mautic:broadcasts:send > /var/www/logs/cron.log 2>&1
0 8,12 * * * www-data /usr/bin/php /var/www/html/bin/console mautic:reports:scheduler > /var/www/logs/cron.log 2>&1
0 1 * * * www-data /usr/bin/php /var/www/html/bin/console mautic:donotsell:download > /var/www/logs/cron.log 2>&1
5 1 * * * www-data /usr/bin/php /var/www/html/bin/console mautic:max-mind:purge > /var/www/logs/cron.log 2>&1
0 0 * * 6 www-data /usr/bin/php /var/www/html/bin/console mautic:maintenance:cleanup > /var/www/logs/cron.log 2>&1
0 0 * * 7 www-data /usr/bin/php /var/www/html/bin/console mautic:contacts:deduplicate > /var/www/logs/cron.log 2>&1
0 0 * * 5 www-data /usr/bin/php /var/www/html/bin/console mautic:unusedip:delete > /var/www/logs/cron.log 2>&1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment