#778: update resque recipes
This commit is contained in:
parent
9a12de95bb
commit
5eff447022
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue