heartwood every commit a ring

Add preload to gunicorn command

7a438d04 by Isaac Bythewood · 3 years ago

modified docker-compose.yml
@@ -14,7 +14,7 @@ services:    ports:      - "${PORT}:${PORT}"    command: >      gunicorn status.asgi:application --workers 2 --max-requests 256      gunicorn status.asgi:application --preload --workers 2 --max-requests 256      --timeout 30 --bind :${PORT} --worker-class uvicorn.workers.UvicornWorker      --error-logfile - --access-logfile -    restart: unless-stopped