Skip to content

MageMojo_Cron

This module for Magento 2 overrides base magento cron functionality, fixes known bugs, and provides a cron service model to control cron process execution.

For full details see Github link MageMojo_Cron.

Notes when migrating server

Where possible, avoid using this feature altogether. If this is being used to run a different version of PHP for the cron then consider using the alternatives system instead.

If this module is installed and you migrate server, you may need to change the PHP binary config setting. This can be found in System → MageMojo → Cron Settings and is called PHP Binary Name / Path: this can just be set to php to use the default. If this is set incorrectly then the cronjobs will fail to run.