Magento – How to Check if Cron Job is Working

catalog-price-rulescron

we are using magento 1.9.0 version.

we applied catalog price rules for our products to give discounts for products.

but these special prices will disappear after some time.

is it problem with magento cron job. if so how to check whether cron job is working or not in site.

if not working means, what's the solution.

let me know if you have any queries.enter image description here

Best Answer

Are you running cronjob.php or.sh... in both cases you could edit the files and let it send a email to you when it runs.

A second solution would be to try out this amazing extension giving you the best insight in the health, quality and possible issues with you cronjobs.

This extensions shows you the schedule of you cronjob and gives you insight if it runs and how long tasks take and which tasks have run.

https://github.com/AOEpeople/Aoe_Scheduler

Hope this helps. Cheers!

Related Topic