community.aegirproject.org
Hosting cron not running
Hi all, I just upgraded to 1.3 and then started a few tasks in Aegir only to find none of them will run. Every time I view the task details it says "This task has not been processed yet" and the expected time keeps changing ahead.
I've tried the semaphore release stated here: http://groups.drupal.org/node/24854#cron
but it tells me "hosting_queue_cron_running not found."
Is there a new way to fix this issue?
thanks!
#1
Any task keeps skipping the scheduled time. When I go to reports to see if Cron has run it says it did. What to do from here?
#2
http://community.aegirproject.org/aegir-handbook/getting-help/troublesho...
run the task queue manually from the command line
$ php /var/aegir/drush/drush.php @hostmaster hosting-tasks
worked!
#3
If you have Drush installed correctly you can just run
$ drush @hostmaster hosting-tasks
#4
If you're using Aegir 2.x check that "Task queue" is enable and configured properly. Read more at https://www.drupal.org/node/2302255#comment-8963401