Skip to content

Commit

Permalink
IIIF #23 - Adding Sidekiq concurrency to Procfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Nov 17, 2022
1 parent 6f8cb22 commit 357692f
Showing 1 changed file with 1 addition 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
worker: bundle exec sidekiq -q default -c 1

0 comments on commit 357692f

Please sign in to comment.