add sidekiq config

This commit is contained in:
Andrew Brown 2018-12-03 19:31:41 -06:00
parent 61fa703224
commit a5aaa39a15
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,2 @@
web: bundle exec puma -C config/puma.rb
worker: bundle exec sidekiq
worker: bundle exec sidekiq -e production -C config/sidekiq.yml

1
config/sidekiq.rb Normal file
View File

@ -0,0 +1 @@
:concurrency: 1