Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fuadarradhi/2dd6eef3d15e4619d744891b52d7430d to your computer and use it in GitHub Desktop.
Save fuadarradhi/2dd6eef3d15e4619d744891b52d7430d 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