TritonDataCenter / node-workflow

Task orchestration, creation and running using NodeJS
MIT License
456 stars 66 forks source link

Improve retry/backoff logic on "backend internal errors" #87

Closed kusor closed 11 years ago

kusor commented 11 years ago

In case of job's tasks, we could keep retrying to save when a BackendInternalError is raised. The job will continue if we can write tasks results to the backend before it times out and, otherwise, it will timeout as expected.