From ae6a3e65064bf4432b7e16bcb05568318bc2b6a0 Mon Sep 17 00:00:00 2001 From: "konstantin.grabar" Date: Wed, 6 Jun 2012 22:57:45 +0400 Subject: [PATCH] [refs #510] Change resque queue name --- config/production.pill | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/production.pill b/config/production.pill index 35757defd..41c717145 100644 --- a/config/production.pill +++ b/config/production.pill @@ -19,7 +19,7 @@ Bluepill.application(app_name, :log_file => "/srv/rosa_build/shared/log/bluepill app.process("resque") do |process| process.group = "resque" pid_path = File.join(app.working_dir, 'tmp', 'pids', 'resque.pid') - process.start_command = "bundle exec rake resque:work QUEUE=* PIDFILE=#{ pid_path } BACKGROUND=yes" + process.start_command = "bundle exec rake resque:work QUEUE=fork_and_import PIDFILE=#{ pid_path } BACKGROUND=yes" process.pid_file = pid_path process.stop_command = "kill -QUIT {{PID}}" process.daemonize = true