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

View File

@@ -1,5 +1,6 @@
Flask>=3.0.0 Flask>=3.0.0
gunicorn>=21.2.0 gunicorn>=21.2.0
gevent>=23.9.1
Jinja2>=3.1.0 Jinja2>=3.1.0
jinja-partials==0.1.1 jinja-partials==0.1.1
psycopg2-binary>=2.9.9 psycopg2-binary>=2.9.9