Reduce sidekiq concurrency
This may help in reducing memory usage
This commit is contained in:
parent
43aaf52e46
commit
bf0d6f00da
2
Procfile
2
Procfile
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user