Priorities and Queue Lists Resque doesn’t support numeric priorities but instead uses the order of queues you give it. We call this list of queues the “queue list.” Let’s say we add a warm_cache queue in addition to our file_serve queue. We’d now start a worker like so: $ QUEUES=file_serve,warm_cache rake resque:work When the worker [...]
RSS Feed
Twitter
February 21st, 2012
moonfox
Posted in
Tags: