Skip to content

Commit

Permalink
add sidekiq config
Browse files Browse the repository at this point in the history
  • Loading branch information
drusepth committed Dec 4, 2018
1 parent 61fa703 commit a5aaa39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
@@ -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 change: 1 addition & 0 deletions config/sidekiq.rb
@@ -0,0 +1 @@
:concurrency: 1

0 comments on commit a5aaa39

Please sign in to comment.