AntiPattern
Indefinite Hang on Start
indefinite-startup-hang
Startup-time code or request handlers misconfigure so processes never reach ready state: SDK retries “hang” on errors, Next.js/Flask endpoints fail to load, and autostart/build hooks run indefinitely, often due to misplaced route/page wrappers or retry settings.