nabicht / SimpleTaskQueue

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

when a task fails completely, anything dependent on it should fail as well #83

Open nabicht opened 5 years ago

nabicht commented 5 years ago

just auto fail them.

nabicht commented 5 years ago

I need to think about this more. I'm not sure if I actually want to do that if I'm giving the ability to add more attempts to tasks.

If I do end up doing this than if a task has more attempts added then it should also put the tasks dependent on it (all the way down the chain) back in the TODO tasks