Hello,
I am reading this documentation: https://mautic.org/docs/en/setup/cron_jobs.html
It goes on to say:
0,15,30,45 <— mautic:segments:update
5,20,35,50 <— mautic:campaigns:update
10,25,40,55 <— mautic:campaigns:trigger
But then in the below required crons it doesn’t list the second one mautic:campaigns:update at all. It seems the documentation is outdated or wrong.
Should this (mautic:campaigns:update) be a cron that is under the required heading?
Hello,
I am reading this documentation: https://mautic.org/docs/en/setup/cron_jobs.html
It goes on to say:
0,15,30,45 <— mautic:segments:update
5,20,35,50 <— mautic:campaigns:update
10,25,40,55 <— mautic:campaigns:trigger
But then in the below required crons it doesn’t list the second one mautic:campaigns:update at all. It seems the documentation is outdated or wrong.
Should this (mautic:campaigns:update) be a cron that is under the required heading?
Yes, mautic:campaigns:update is now mautic:campaigns:rebuild, and is one of the required cron jobs.
https://www.mautic.org/community/index.php/4855-2-0-new-mautic-cli-commands
The documentation is a mess!