Ruby on Rails Wednesday, May 23, 2012

My queues consists of jobs with different arguments.

resque-lock is mentioned to add just one job per queue. That isn't going
to work, because I have different jobs for one queue.

resque-loner is mentioned to have one unique job on the queue. That is
not my problem, My problem is that a job of a unique class always have
to use the same worker, even when there are multiple workers available.
If there are multiple workers available, the job has to be queued to be
runned by one specific worker, even if the other workers are in idle.

--
Posted via http://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment