AntiPattern
Startup and CLI Entrypoint Drift
asgi-entrypoint-drift
Application startup fails because container entrypoints and runtime initialization disagree: module paths, CLI argument ownership, multiprocessing/reload semantics, and event-loop bootstrapping conflict with the ASGI server (Uvicorn) expectations, yielding import errors, hangs, or wrong process behavior.