We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30573da + 82e5475 commit 9cf7146Copy full SHA for 9cf7146
taskiq_redis/redis_broker.py
@@ -49,6 +49,7 @@ def __init__(
49
50
async def shutdown(self) -> None:
51
"""Closes redis connection pool."""
52
+ await super().shutdown()
53
await self.connection_pool.disconnect()
54
55
async def listen(self) -> AsyncGenerator[BrokerMessage, None]:
0 commit comments