Switch to gevent workers to prevent SIGSEGV

This commit is contained in:
Peter Stockings
2026-02-27 11:57:41 +11:00
parent 37e56559a9
commit 89d0a7fb12
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
web: gunicorn app:app --workers=4
web: gunicorn app:app --worker-class gevent --workers=4