Last active
September 23, 2024 06:00
-
-
Save mabumusa1/44e44029a3cf4be88a16d10731a939c7 to your computer and use it in GitHub Desktop.
This file contains 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
*/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