delayed_task icon indicating copy to clipboard operation
delayed_task copied to clipboard

Adding queue ability

Open roy opened this issue 12 years ago • 0 comments

We are using several queues for our workers (thinking_sphinx tasks must only run on the db server) So I added the ability to use queues in the rake command. You can simply do rake "delay:db:migrate[db_worker]" to make sure only the db_worker picks up the task

roy avatar Aug 09 '12 08:08 roy