Hello,
In one of our environments we are seeing the message "Your cron is not run very regularly. We recommend configuring the cron to run every minute, this way scheduled tasks will run as configured below and system load will be minimized."
The scheduled tasks are not running properly, most say their next run is ASAP. However, it is setup in the crontab to run every minute. Anyone know what might be causing this? Does having the checkbox UNCHECKED to allow it to be run from the URL have any impact on the CLI version being called by Cron? This is our test environment so we have it setup to be able to run from the URL as well when needed. Our Systems Administrator assures us he's got this setup in Cron the same way it is in all of our other environments that are working properly. I'm not sure why but he's got 2 entries calling the same cron.php page as below.. could that be causing something to go wrong?
* * * * * php /opt/hrms/test/html/admin/cli/cron.php >> /opt/hrms/logs/test.totaraCron.log 2>&1
0 0 * * 0 php /opt/hrms/test/html/admin/cli/cron.php > /opt/hrms/logs/test.totaraCron.log 2>&1