Currently the action log provides no way to retry a failed action.
There should be an actions.Reset function that removes result and error fields and sets the "done" time to zero, so the action will be re-run. (It also needs to be added to the pending list.)
Currently the action log provides no way to retry a failed action. There should be an
actions.Reset
function that removes result and error fields and sets the "done" time to zero, so the action will be re-run. (It also needs to be added to the pending list.)