You can now go Multi-core with the package nschwarz:cluster
.
It’s a package for Meteor server which gives you a worker pool
to handle heavy jobs on other cores.
It has both a persistent MongoDb bound queue
and an in-memory queue
.
It has event listeners to handle errors and job results.
It can handle both sync
and async
jobs.
It’s production ready, and may be used for the tree-shaking
feature of Meteor@2.0
.
update@1.2.0
It now supports scheduled and recurring tasks.
The documentation is available here: https://atmospherejs.com/nschwarz/cluster