Fix minor statup issue with scheduler
This commit is contained in:
parent
75471a4d6a
commit
55905acd7c
1 changed files with 1 additions and 1 deletions
|
@ -32,8 +32,8 @@ async def lifespan(app: GSFastAPI):
|
||||||
"""
|
"""
|
||||||
## Startup
|
## Startup
|
||||||
js.start()
|
js.start()
|
||||||
await startup(settings)
|
|
||||||
await store.setup(with_registry=False)
|
await store.setup(with_registry=False)
|
||||||
|
await startup(settings)
|
||||||
yield
|
yield
|
||||||
await shutdown_redis()
|
await shutdown_redis()
|
||||||
## Shutdown
|
## Shutdown
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue