Cấu hình Crontab cho mautic
Các bạn sau khi đã cài đặt Mautic trên server nhưng nếu bạn chưa thiết lập crontab thì bạn không thể chạy các campaign và segment.
1 2 3 4 5 6 7 8 9 |
5,35 * * * * /path/to/php /path/to/mautic/app/console mautic:segments:update */10 * * * * /path/to/php /path/to/mautic/app/console mautic:campaigns:rebuild */5 * * * * /path/to/php /path/to/mautic/app/console mautic:campaigns:trigger */5 * * * * /path/to/php /path/to/mautic/app/console mautic:emails:send */5 * * * * /path/to/php /path/to/mautic/app/console mautic:email:fetch */5 * * * * /path/to/php /path/to/mautic/app/console mautic:social:monitoring */5 * * * * /path/to/php /path/to/mautic/app/console mautic:webhooks:process */5 * * * * /path/to/php /path/to/mautic/app/console mautic:iplookup:download */5 * * * * /path/to/php /path/to/mautic/app/console mautic:maintenance:cleanup --days-old=365 --dry-run |