#778: update resque recipes

This commit is contained in:
Vokhmin Alexey V 2012-12-17 16:58:21 +04:00
parent 9a12de95bb
commit 5eff447022
1 changed files with 1 additions and 2 deletions

View File

@ -33,8 +33,7 @@ Capistrano::Configuration.instance(:must_exist).load do
:notification, :notification,
:iso_worker_observer, :iso_worker_observer,
:rpm_worker_observer, :rpm_worker_observer,
:publish_build_list_container_observer, :publish_build_list_container_observer
:file_system_worker
].join(',') ].join(',')
run "cd #{fetch :current_path} && COUNT=#{workers_count} QUEUE=#{queue} #{rails_env} BACKGROUND=yes bundle exec rake resque:workers" run "cd #{fetch :current_path} && COUNT=#{workers_count} QUEUE=#{queue} #{rails_env} BACKGROUND=yes bundle exec rake resque:workers"
end end