My Magento cronjobs are not executed properly

By default, the Magento application settings are such that when cron.php is being processed for a period longer than 15 minutes after a job was supposed to be completed, it is marked as missed and is ignored. This setting can be configured through the Magento administrative area -> System -> Configuration -> Advanced -> System -> Cron -> Missed If Not Run Within.

That is why it is recommended to change this setting to a value greater than 30 minutes - for example you can set it to 35 minutes. Otherwise, tasks that are only scheduled once a day or so may get marked as missed.

After that set Schedule Ahead for to 35 minutes and the cron jobs issue should be resolved.

You need help with a shopping cart? hostlantern is specialized in eCommerce hosting and provides expert support for a large number of shopping carts. Check out our shopping cart hosting services!

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to resolve the ‘Invalid package identifier provided’ error in Magento?

The Invalid package identifier provided error occurs when there is a problem with the...

How to alter product price in Magento

Altering the price of products in Magento is an easy task. All you need to do is: Login to...

Magento Contact Us Form

A contact us form is available by default in Magento. A link to it can generally be found in the...

Reindex Magento Data via SSH

The fastest way to reindex Magento data is manually via SSH. To reindex the Magento data...

How to add a module in Magento?

Additional functionality is added to Magento via separate modules called extensions. You can...