This commit is contained in:
2023-05-21 02:18:42 +02:00
parent 7ec9acd69d
commit b738355f7c

View File

@@ -5,4 +5,4 @@ mkdir prometheus
alembic -c ./app/alembic.ini upgrade head alembic -c ./app/alembic.ini upgrade head
gunicorn -k uvicorn.workers.UvicornWorker main:app --bind 0.0.0.0:8080 --timeout 30 --max-requests=512000 --max-requests-jitter=3 gunicorn -k uvicorn.workers.UvicornWorker main:app --bind 0.0.0.0:8080 --workers=2 --timeout 30 --max-requests=512000 --max-requests-jitter=3