Skip to content

Instantly share code, notes, and snippets.

@paulelliott
Created October 4, 2011 10:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paulelliott/1261348 to your computer and use it in GitHub Desktop.
Save paulelliott/1261348 to your computer and use it in GitHub Desktop.
Multiple unicorn workers on cedar
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
worker_processes 4
timeout 30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment