mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 11:09:49 +08:00
FastAPI's merged_lifespan mechanism triggers lifespan events for each nested router layer. Since program_router is included in v1, which is included in app, the startup handler was being called 3 times. Added _startup_done flag to ensure Program.startup() only executes once. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>