nabicht / SimpleTaskQueue

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

create a script to populate with tasks #20

Closed nabicht closed 6 years ago

nabicht commented 6 years ago

run a script that will pre-populate a running SimpleTaskQueue server with some tasks as a way to help with testing the UI.

nabicht commented 6 years ago

was tempted to do this as python using requests, but I just want to get somethign done so I'm going to do a bash script with curl.

nabicht commented 6 years ago

never mind the first comment... I am going to do in python with requests because it makes my life easier on doing dependencies.