mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Sample procfile
This commit is contained in:
parent
4e2814001f
commit
c2076e8bdd
1 changed files with 3 additions and 0 deletions
3
myapp/Procfile
Normal file
3
myapp/Procfile
Normal 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
|
Loading…
Reference in a new issue