Skip to content

Commit

Permalink
Merge pull request #917 from sciencehistory/add_resque_dyno
Browse files Browse the repository at this point in the history
Add resque dyno on Heroku.
  • Loading branch information
jrochkind committed Nov 23, 2020
2 parents d493b0c + 07facc9 commit 1ace256
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This specifies what dyno types (worker VMs) are set up for heroku

web: bundle exec puma -C config/heroku_puma.rb

worker: bundle exec resque-pool

0 comments on commit 1ace256

Please sign in to comment.