Switch back to using gunicorn with eventlet==0.30.2

This commit is contained in:
Peter Stockings
2023-01-03 15:42:44 +11:00
parent 2d7c0422bc
commit 22930e527a
3 changed files with 4 additions and 2 deletions

View File

@@ -1 +1 @@
web: python app.py
web: gunicorn --worker-class eventlet -w 1 app:app