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 [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to