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
|
||||
js.start()
|
||||
await startup(settings)
|
||||
await store.setup(with_registry=False)
|
||||
await startup(settings)
|
||||
yield
|
||||
await shutdown_redis()
|
||||
## Shutdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue