I'm having a problem with the task queue not processing correctly. It says it will run at a certain time, and then when the server gets to that time, it is simply re-queued and never actually being run.

I had this problem at first when running aegir 0.4 alpha3 while trying to use drush 2.1 - when I switched back to drush 2.0 tasks would then run just fine.

Now I've upgraded to alpha4 and have everything working alright except this and switching drush versions (currently running 2.1) has no effect.

Can I get a few pointers on where to start debugging, please?

Comments

sirkitree’s picture

I should mention I'm pulling hostmaster and provision straight from git://git.aegirproject.org/

anarcat’s picture

Status: Active » Fixed

Run the queue with:

php /var/aegir/drush/drush.php --root=/var/aegir/hostmaster-0.x --uri=http://youraegirsite.com --debug hosting tasks

As mentionned in the bug submission guidelines, that are mentionned at the top of the page when you submit a bug report: http://groups.drupal.org/node/21890

sirkitree’s picture

Status: Fixed » Active

Thank you, that lead me to this issue which gave me the fix: #615364: hosting fails on ubuntu with drush wrapper script or via cron

anarcat’s picture

Unless there's something else here, please the issue closed.

sirkitree’s picture

Oops, sorry about that - must have been a stale form in my browser.

Status: Active » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.