Switch to gevent workers to prevent SIGSEGV
This commit is contained in:
2
Procfile
2
Procfile
@@ -1 +1 @@
|
||||
web: gunicorn app:app --workers=4
|
||||
web: gunicorn app:app --worker-class gevent --workers=4
|
||||
@@ -1,5 +1,6 @@
|
||||
Flask>=3.0.0
|
||||
gunicorn>=21.2.0
|
||||
gevent>=23.9.1
|
||||
Jinja2>=3.1.0
|
||||
jinja-partials==0.1.1
|
||||
psycopg2-binary>=2.9.9
|
||||
|
||||
Reference in New Issue
Block a user