firstandthird / hapi-job-queue

Hapi and MongoDB powered job queue.
MIT License
3 stars 1 forks source link

question #16

Open jgallen23 opened 9 years ago

jgallen23 commented 9 years ago

I want one server to add a job to the queue, but I want a different set of servers to process. Is this possible?

dawnerd commented 9 years ago

Not as is, but I think it could be possible if we leverage hapi server labels.

jgallen23 commented 9 years ago

server labels are interesting. I was originally thinking of just something basic like passing in a processJobs: false or something when loading the plugin, but I always forget about server labels