vsivsi / meteor-job-collection

A persistent and reactive job queue for Meteor, supporting distributed workers that can run anywhere.
https://atmospherejs.com/vsivsi/job-collection
Other
388 stars 68 forks source link

Missing job.fail() behavior for dependent jobs #182

Closed lightpriest closed 8 years ago

lightpriest commented 8 years ago

According to the code, when the new status is "failed" then all dependent jobs are cancelled.

vsivsi commented 8 years ago

I ❤️ documentation PRs!

Thanks so much. I will make the parallel change on the meteor-job project as well.