seomoz / qless

Queue / Pipeline Management
MIT License
294 stars 76 forks source link

Handle failure in starting subscribers more gracefully #280

Open oggy opened 5 years ago

oggy commented 5 years ago

If one subscriber failed to start, subscribers here was left undefined. This ensures that subscribers which did succeed are stopped, in addition to handling the NoMethodError.