Skip to content

Instantly share code, notes, and snippets.

@alexavalossv
Last active March 15, 2020 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexavalossv/7540266b850309f61d2a523119361f15 to your computer and use it in GitHub Desktop.
Save alexavalossv/7540266b850309f61d2a523119361f15 to your computer and use it in GitHub Desktop.
Cronjobs para Mautic
1,5,9,13,18,22,26,31,35,39,43,48,52,56 * * * * php /cambiar-por-tu-ruta/app/console mautic:segments:update
2,6,10,14,19,23,27,32,36,40,44,49,53,57 * * * * php /cambiar-por-tu-ruta/app/console mautic:campaigns:rebuild
3,7,11,16,20,24,28,33,37,41,46,50,54,58 * * * * php /cambiar-por-tu-ruta/app/console mautic:campaigns:trigger
4,8,12,17,21,25,29,34,38,42,47,51,55,59 * * * * php /cambiar-por-tu-ruta/app/console mautic:emails:send
0,15,30,45 * * * * php /cambiar-por-tu-ruta/app/console mautic:email:fetch
*/15 * * * * php /cambiar-por-tu-ruta/app/console mautic:webhooks:process
0 0 25 * * php /cambiar-por-tu-ruta/app/console mautic:iplookup:download
0 0 * * * php /cambiar-por-tu-ruta/app/console mautic:maintenance:cleanup --days-old=365 --dry-run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment