AntiPattern
Process Entrypoint Drift
entrypoint-process-conflation
In containerized Django setups, treating multiple server roles (migrate, worker, runserver/ASGI) as one entrypoint process causes async/websocket and lifecycle differences to surface as startup delays, restart loops, and broken streaming behaviors.