mautic:webhook:process
Is used only if you are sending webhooks. If you don’t, you can delete them.
mautic:leadlists:update
Is the old format of mautic:segments:update. I would rather use that.
mautic:campaigns:update
Good.
mautic:campaigns:trigger
Good.
mautic:emails:process
I would not use this, It’s probably obsolete
mautic:fetch:email
Are you using monitored inboxes (Check if people answered your emails)?
If not, you can delete this.
mautic:iplookup:download
This is fine, if you have the Maxmind DB installed.
If not, then you should install it
mautic:segments:update
Good. But I would run it more frequently.
This depends on how many segments / contacts you have.
Keep it if you are happy, that only every 20 min your segments are refreshed.
mautic:emails:fetch
What? Again? Why?
mautic:social:monitoring
Are you using Twitter with Mautic? If not, you can remove this.
One more thing.
As you can see campaign update, campaign trigger and segments update will happen at the same time at 20, 40, 00 of the hour. It is so much better to run the commands seperated in time:
From the documentation:
It is HIGHLY recommended that you stagger the following required jobs so as to not run the exact same minute.
For instance:
- 0,15,30,45 <— mautic:segments:update
- 5,20,35,50 <— mautic:campaigns:update
- 10,25,40,55 <— mautic:campaigns:trigger
You can also read more about cron here: