1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Sample procfile

This commit is contained in:
Mike Perham 2022-09-11 10:44:51 -07:00
parent 4e2814001f
commit c2076e8bdd
No known key found for this signature in database

3
myapp/Procfile Normal file
View file

@ -0,0 +1,3 @@
web: PORT=3000 bin/rails server
seed: while true; do bundle exec rake seed_jobs; sleep 240; done
worker: bundle exec sidekiq