Hermes Wiki

Deployment And Serving

WSGI vs ASGI, uvicorn/gunicorn, Docker packaging, cold-start considerations.

Why we need this / what value this brings

How a Python service actually runs in production (workers, event loop, signal handling) is easy to get wrong under load.

When to use this

Setting up or tuning the Fargate/ECS deployment for Localz's FastAPI backend.

How to use or implement this

uvicorn workers behind gunicorn for process management, health checks, graceful shutdown on SIGTERM.

Research questions

  • (add as research surfaces open questions)

Empty folder — drop notes, links, and findings here as you research.

Hermes Wiki