Reduce sidekiq concurrency

This may help in reducing memory usage
This commit is contained in:
Hiro Asari 2015-04-23 11:25:03 -04:00
parent 43aaf52e46
commit bf0d6f00da

View File

@ -1,3 +1,3 @@
web: bundle exec ./script/server
console: bundle exec ./script/console
sidekiq: bundle exec sidekiq -c 5 -r ./lib/travis/sidekiq.rb -q build_cancellations, -q build_restarts, -q job_cancellations, -q job_restarts
sidekiq: bundle exec sidekiq -c 4 -r ./lib/travis/sidekiq.rb -q build_cancellations, -q build_restarts, -q job_cancellations, -q job_restarts