Fix minor statup issue with scheduler

This commit is contained in:
phil 2024-05-10 00:30:01 +02:00
parent 75471a4d6a
commit 55905acd7c

View file

@ -32,8 +32,8 @@ async def lifespan(app: GSFastAPI):
"""
## Startup
js.start()
await startup(settings)
await store.setup(with_registry=False)
await startup(settings)
yield
await shutdown_redis()
## Shutdown