AntiPattern

Import-Time Side Effects

import-time-side-effects

Uvicorn/ASGI apps execute application code at import time (or during startup) so the server either fails to load the expected module, hangs before logging requests, or conflicts with the running event loop and CLI parsing, breaking deployments.