Skip to content

Commit

Permalink
IIIF #23 - Moving Sidekiq configuration into sidekiq.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Nov 17, 2022
1 parent 357692f commit 07392f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
web: bundle exec puma -C config/puma.rb
release: bin/rake db:migrate:with_data
worker: bundle exec sidekiq -q default -c 1
worker: bundle exec sidekiq -e production -C config/sidekiq.yml
6 changes: 6 additions & 0 deletions config/sidekiq.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
development:
:concurrency: 5
production:
:concurrency: 6
:queues:
- default

0 comments on commit 07392f5

Please sign in to comment.