nabicht / SimpleTaskQueue

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

TaskManager allow for deleting a task #12

Closed nabicht closed 6 years ago

nabicht commented 6 years ago

even if already being worked on, delete it (this way if it fails, a new attempt won't be made)

Should remove from any queue (todo, in process, completed)