Skip to content

Instantly share code, notes, and snippets.

@activefx
Created January 22, 2013 03:43
Show Gist options
  • Save activefx/4591881 to your computer and use it in GitHub Desktop.
Save activefx/4591881 to your computer and use it in GitHub Desktop.
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
scheduler: bundle exec rake resque:scheduler
worker: env TERM_CHILD=1 RESQUE_TERM_TIMEOUT=10 bundle exec rake jobs:work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment