-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Labels
Description
Would you be interested if I tweaked the generator, to generate a Procfile in the root?
It would look something like this:
web: bundle exec rails server
worker: bundle exec rake resque:work QUEUE=*
scheduler: bundle exec rake resque:scheduler QUEUE=*
We can get rid of the verbose instructions in the README then.