FunGO / Procfile
Muteeba's picture
fix: module-level startup + gunicorn 300s timeout
bc32c57
raw
history blame contribute delete
68 Bytes
web: gunicorn app:app --bind 0.0.0.0:7860 --timeout 300 --workers 1