See screenshots.

Execution time doesn't seem to be set.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

helmo’s picture

Status: Active » Needs review
FileSize
396 bytes

Confirmed.

It's the 'delta' field in the hosting_tasks table which should be filled through a node_save call in drush_hosting_task().

Calc:

$task->delta = REQUEST_TIME - $task->executed;

It seems that REQUEST_TIME is set during Drush's preflight...

It could be that we need to do this in more places.

gboudrias’s picture

Status: Needs review » Reviewed & tested by the community

Awesome :)

This works in the node and the view, so if there are other places we can address them but at least the info is in the DB.

formatC'vt’s picture

patch works for me too

gboudrias’s picture

Issue tags: +Aegir 3.1
gboudrias’s picture

Status: Reviewed & tested by the community » Fixed

Pushed to 7.x-3.x branch, thanks.

Status: Fixed » Closed (fixed)

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