See screenshots.
Execution time doesn't seem to be set.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | execution_time_says_0-2538880-1.patch | 396 bytes | helmo |
| aegir3_execution_time_missing_example.png | 55.55 KB | gboudrias | |
| aegir3_execution_time_missing_view.png | 75.08 KB | gboudrias |
Comments
Comment #1
helmo commentedConfirmed.
It's the 'delta' field in the hosting_tasks table which should be filled through a node_save call in drush_hosting_task().
Calc:
It seems that REQUEST_TIME is set during Drush's preflight...
It could be that we need to do this in more places.
Comment #2
gboudrias commentedAwesome :)
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.
Comment #3
formatC'vt commentedpatch works for me too
Comment #4
gboudrias commentedComment #5
gboudrias commentedPushed to 7.x-3.x branch, thanks.