nabicht / SimpleTaskQueue

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

runner requesting with a current open task then assume failure on current open task #16

Open nabicht opened 6 years ago

nabicht commented 6 years ago

start tracking when a runner has an open attempt and if that runner requests a new attempt with an attempt already open then we should assume that attempt has failed and mark it as such.