Skip to content

Instantly share code, notes, and snippets.

@ronbeltran
Created August 12, 2012 11:06
Show Gist options
  • Save ronbeltran/3331379 to your computer and use it in GitHub Desktop.
Save ronbeltran/3331379 to your computer and use it in GitHub Desktop.
Heroku Procfile: gunicorn + gevent
web: gunicorn wsgi:app -b 0.0.0.0:$PORT -w 3 -k gevent --max-requests 250
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment