Fix/update scheduler with GisafNG

This commit is contained in:
phil 2024-05-09 00:04:53 +02:00
parent 81d6d5ad83
commit 77adcceb18
5 changed files with 97 additions and 83 deletions

View file

@ -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()