AntiPattern
Entrypoint Import/CLI Drift
entrypoint-import-cli-drift
Uvicorn/FastAPI app startup fails because the container entrypoint (module path, CLI args, installed entrypoints) drifts from the runtime environment, causing import errors, argument parsing conflicts, and event-loop interference during reload/multiprocess startup.