nabicht / SimpleTaskQueue

A simple task queue used for coordinating distributed, parallel work.
4 stars 0 forks source link

be able to add more attempts to a failed job #52

Open nabicht opened 6 years ago

nabicht commented 6 years ago

maybe you've deployed fixes to the client boxes or cleaned up input data or something.

So now you want to retry a failed job. Don't need to re-add the task, jsut add more attempts. Doing so would move it from the done to the in-process queue.

associated UI work in #53