nabicht / SimpleTaskQueue

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

add restful call to delete task #13

Closed nabicht closed 6 years ago

nabicht commented 6 years ago

this should take a task_id and delete it.

Permissioning is a thing here that I'll need to figure out later but for now, it's just open and any call to delete should work.

nabicht commented 6 years ago

TaskManagement has delete so now you can call /delete with a task_id argument