From 5c3514ec0f339ca12c6261ae6fd9a516522927c8 Mon Sep 17 00:00:00 2001 From: Vokhmin Alexey V Date: Fri, 30 Nov 2012 17:59:21 +0400 Subject: [PATCH] add rpm_worker_observer to resque --- lib/recipes/resque.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/recipes/resque.rb b/lib/recipes/resque.rb index b176df9b8..19bb7d23a 100644 --- a/lib/recipes/resque.rb +++ b/lib/recipes/resque.rb @@ -26,7 +26,7 @@ Capistrano::Configuration.instance(:must_exist).load do end def start_workers - run "cd #{fetch :current_path} && COUNT=#{workers_count} QUEUE=fork_import,hook,clone_build,notification,iso_worker_observer #{rails_env} BACKGROUND=yes bundle exec rake resque:workers" + run "cd #{fetch :current_path} && COUNT=#{workers_count} QUEUE=fork_import,hook,clone_build,notification,iso_worker_observer,rpm_worker_observer #{rails_env} BACKGROUND=yes bundle exec rake resque:workers" end end end