Add 90s timeout to gunicorn to attempt to avoid startup loop error(Matplotlib is building the font cache -> Worker timeout)

This commit is contained in:
Peter Stockings
2023-09-14 18:30:06 +10:00
parent f251240dc8
commit c18beba563

View File

@@ -1 +1 @@
web: gunicorn app:app --workers=5
web: gunicorn app:app --workers=5 --timeout 90