add iso_worker_observer to queue

This commit is contained in:
Vokhmin Alexey V 2012-11-14 14:55:37 +04:00
parent bcc72eeb49
commit 0127f512cb
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Capistrano::Configuration.instance(:must_exist).load do
end end
def start_workers def start_workers
run "cd #{fetch :current_path} && COUNT=#{workers_count} QUEUE=fork_import,hook,clone_build,notification #{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 #{rails_env} BACKGROUND=yes bundle exec rake resque:workers"
end end
end end
end end