issues
search
nabicht
/
SimpleTaskQueue
A simple task queue used for coordinating distributed, parallel work.
4
stars
0
forks
source link
write basic client in python
#10
Closed
nabicht
closed
6 years ago
nabicht
commented
6 years ago
Needs to include:
requesting a task
reporting back properly success or failure
a catch all exception handling so doesn't crash on failed job
decaying wait times (getting longer as we go up to a certain point) when no new tasks to do.
Needs to include: