Created
August 12, 2012 11:06
-
-
Save ronbeltran/3331379 to your computer and use it in GitHub Desktop.
Heroku Procfile: gunicorn + gevent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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