Fix/update scheduler with GisafNG
This commit is contained in:
parent
81d6d5ad83
commit
77adcceb18
5 changed files with 97 additions and 83 deletions
|
@ -443,6 +443,8 @@ async def setup_redis_cache():
|
|||
|
||||
|
||||
async def shutdown_redis():
|
||||
if not hasattr(self, 'asyncpg_conn'):
|
||||
return
|
||||
global store
|
||||
await store._close_permanant_db_connection()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue