newtestingdanish / Procfile
aghaai's picture
Fresh commit of all updated files
459923e
raw
history blame contribute delete
174 Bytes
web: gunicorn app:app --workers 2 --worker-class uvicorn.workers.UvicornWorker --timeout 300 --keep-alive 5 --max-requests 1000 --max-requests-jitter 100 --bind 0.0.0.0:$PORT