Skip to content

Commit

Permalink
Turn default queue back on.
Browse files Browse the repository at this point in the history
  • Loading branch information
benubois committed Mar 26, 2015
1 parent d9b2b26 commit fb69fdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
worker: env DB_POOL=12 LIBRATO_AUTORUN=1 bundle exec sidekiq -c 12 -q critical,2 -q feed_refresher_receiver,1
worker: env DB_POOL=12 LIBRATO_AUTORUN=1 bundle exec sidekiq -c 12 -q critical,3 -q feed_refresher_receiver,2 -q default
worker_slow: env DB_POOL=1 bundle exec sidekiq -c 1 -q worker_slow_critical,3 -q worker_slow,2 -q favicon,1
clock: bundle exec clockwork lib/clock.rb
2 changes: 1 addition & 1 deletion config/deploy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
namespace :foreman do

task :export_worker, roles: :worker do
foreman_export = "foreman export --app #{application} --user #{user} --concurrency worker=4,worker_slow=2,clock=1 --log #{shared_path}/log upstart /etc/init"
foreman_export = "foreman export --app #{application} --user #{user} --concurrency worker=3,worker_slow=2,clock=1 --log #{shared_path}/log upstart /etc/init"
run "cd #{current_path} && sudo #{bundle_cmd} exec #{foreman_export}"
end

Expand Down

0 comments on commit fb69fdf

Please sign in to comment.