We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f545ab3 commit d0ceabfCopy full SHA for d0ceabf
packages/service-library/src/servicelib/fastapi/celery/app_server.py
@@ -12,7 +12,7 @@ def __init__(self, app: FastAPI):
12
async def on_startup(self) -> None:
13
self._lifespan_manager = LifespanManager(
14
self.app,
15
- startup_timeout=None,
+ startup_timeout=None, # waits for full app initialization (DB migrations, etc.)
16
shutdown_timeout=None,
17
)
18
await self._lifespan_manager.__aenter__()
0 commit comments