osmaxx icon indicating copy to clipboard operation
osmaxx copied to clipboard

let the worker retry failed jobs

Open hixi opened this issue 8 years ago • 0 comments

If a job is failed in certain conditions, retry.

Conditions:

  • job started before local database is ready (error: has been starting up)
  • job interrupted by redeployment
  • other failures maybe included as well
  • coarse granular is OK, so that every failure is retried, independently of what caused it:
    • Limit by max-retries.

Maybe new job status required: retrying.

hixi avatar May 13 '16 09:05 hixi