We are using AOE cron scheduler from Fabrizio Branca. My scheduled tasks are loading, cron working fine etc. When I look at the timeline or list view, the jobs are loading successfully. But all of a sudden we are seeing the error message:
Last heartbeat is older than 37 minutes for example.
So the heartbeat scheduled task is not running at all currently. Any ideas how to begin debugging to try to work out the cause? I have looked at the log files which are giving no clues. I can manually run the task, but that is obviously not a solution. Any advice or ideas would be appreciated. Thanks.
php(/usr/bin/php) to get it work! – Alexandre Lavoie Oct 08 '14 at 22:37which phpto get the full command execute path to the CLI php executable so you are using the right one to runcron.php. Also, the user that it's being executed under is dependent on whether your crontab is set via editing/etc/crontabor from a cPanel function. The/etc/crontabentry will need to include the user that the web server is being run as, in the above crontab entry line. – Fiasco Labs Jan 18 '16 at 00:02