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

Running a heavy load job right now on the next available server #242

Closed kellertobias closed 7 years ago

kellertobias commented 7 years ago

I have some jobs that needs to be done soon (actually the jobs is scheduling of future jobs as described here: https://forums.meteor.com/t/best-way-to-run-processing-heavy-task-inside-of-meteor/30629/12)

is it possible to do this with your package?

vsivsi commented 7 years ago

Yes. I suggest you read the documentation and examine the sample apps it links to in order to decide if it will meet your application's requirements.