Skip to content

Instantly share code, notes, and snippets.

@glenrobertson
Created August 1, 2012 22:17
Show Gist options
  • Save glenrobertson/3231192 to your computer and use it in GitHub Desktop.
Save glenrobertson/3231192 to your computer and use it in GitHub Desktop.
auto restart gunicorn
pip install watchdog
watchmedo auto-restart --directory=. ./manage.py -- run_gunicorn --workers=15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment