close cache on exit
This commit is contained in:
parent
0048fb84ea
commit
80abff5c6c
1 changed files with 1 additions and 0 deletions
|
@ -146,3 +146,4 @@ def main() -> None:
|
|||
loop.run_until_complete(webhook_server.close())
|
||||
loop.run_until_complete(alertmanager.close())
|
||||
loop.run_until_complete(client.close())
|
||||
cache.close()
|
||||
|
|
Loading…
Reference in a new issue