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

Concurrent server startups #247

Closed janat08 closed 7 years ago

janat08 commented 7 years ago

When using docker where servers start a lot and all, wouldn't a job duplicate such as that where you clean up jobs or documents.

janat08 commented 7 years ago

I suppose you add this jobs straight into mongo terminal with this https://github.com/vsivsi/meteor-job-collection#user-content-job-document-data-models?