nabicht / SimpleTaskQueue

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

client code doesn't handle failed adds gracefully #85

Open nabicht opened 6 years ago

nabicht commented 6 years ago

I just had an error where an add failed because the dependent on ids were non-existent and the client code was expecting the task id and didn't get it. Needs to handle adds not working more gracefully than just crapping out.