delayed_task
delayed_task copied to clipboard
Adding queue ability
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