issues
search
nabicht
/
SimpleTaskQueue
A simple task queue used for coordinating distributed, parallel work.
4
stars
0
forks
source link
add task with a rest call
#3
Closed
nabicht
closed
6 years ago
nabicht
commented
6 years ago
some examples:
curl -X post
http://localhost:5000/addtask
-d "command=ls&name=list&duration=25.5&max_attempts=4"
curl -X post
http://localhost:5000/addtask
-d "command=ls"
curl -X POST
http://localhost:5000/addtask
-d "command=ls&name=list&duration=25.5&dependent_on=2&dependent_on=3&dependent_on=4"
some examples: