AntiPattern
Startup Event Loop Conflicts
asgi-server-lifecycle-conflict
Application startup code that initializes or parses using its own runtime (event loop, CLI args, or external server integration) conflicts with the ASGI server’s lifecycle, causing hangs, missing requests, and import/module or port reachability failures under Docker/NGINX.