Re: [nodejs] Job queue for Node.js

2014-11-11 Thread Buschini Edouard
Hi, I use RabbitMQ with a max length of 1 to ensure that only one of my nodejs node catches the job and executes it. But I use setInterval to launch them. The advantage is that you can remotely send a message through the queue to force a node executing your callback task and with any langage sup

Re: [nodejs] Job queue for Node.js

2014-11-11 Thread Aria Stewart
> On Nov 10, 2014, at 6:14 PM, Ω Alisson wrote: > > Does anyone knows a good job queue that has atomicity and scheduled jobs? Atomicity of what? It may be that you want to break out these functions: if you make your tasks idempotent, you become resilient to all kinds of failures of your job q

[nodejs] Job queue for Node.js

2014-11-10 Thread Ω Alisson
Does anyone knows a good job queue that has atomicity and scheduled jobs? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You recei