Created
March 24, 2021 08:04
-
-
Save izdrail/25b3dd5e75ada0624f7387a8259d57dd to your computer and use it in GitHub Desktop.
Mautic Crons to add
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
*/2 * * * * php72 /home/admin/web/lzomarketing.com/public_html/bin/console mautic:segments:update > /home/admin/web/lzomarketing.com/logs/cron/segments_update.log 2>&1 | |
*/3 * * * * php72 /home/admin/web/lzomarketing.com/public_html/bin/console mautic:campaigns:rebuild > /home/admin/web/lzomarketing.com/logs/cron/campaigns_rebuild.log 2>&1 | |
*/4 * * * * php72 /home/admin/web/lzomarketing.com/public_html/bin/console mautic:campaigns:trigger > /home/admin/web/lzomarketing.com/logs/cron/campaigns_trigger.log 2>&1 | |
*/5 * * * * php72 /home/admin/web/lzomarketing.com/public_html/bin/console mautic:emails:send > /home/admin/web/lzomarketing.com/logs/cron/emails_sends.log 2>&1 | |
*/6 * * * * php72 /home/admin/web/lzomarketing.com/public_html/bin/console mautic:messages:send > /home/admin/web/lzomarketing.com/logs/cron/messages_sends.log 2>&1 | |
*/7 * * * * php72 /home/admin/web/lzomarketing.com/public_html/bin/console mautic:broadcasts:send > /home/admin/web/lzomarketing.com/logs/cron/broadcasts.log 2>&1 | |
*/8 * * * * php72 /home/admin/web/lzomarketing.com/public_html/bin/console mautic:email:fetch > /home/admin/web/lzomarketing.com/logs/cron/email_fetch.log 2>&1 | |
*/10 * * * * php72 /home/admin/web/lzomarketing.com/public_html/bin/console mautic:webhooks:process > /home/admin/web/lzomarketing.com/logs/cron/webhooks_process.log 2>&1 | |
*/25 * * * * php72 /home/admin/web/lzomarketing.com/public_html/bin/console mautic:social:monitoring > /home/admin/web/lzomarketing.com/logs/cron/social_monitoring.log 2>&1 | |
*/5 * * * * php72 /home/admin/web/lzomarketing.com/public_html/bin/console mautic:import > /home/admin/web/lzomarketing.com/logs/cron/import.log 2>&1 | |
0 23 * * * php72 /home/admin/web/lzomarketing.com/public_html/bin/console mautic:iplookup:download > /home/admin/web/lzomarketing.com/logs/cron/iplookupdownload.log 2>&1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment