We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fed53e commit 6fb6bd3Copy full SHA for 6fb6bd3
packages/service-library/src/servicelib/redis/_client.py
@@ -48,6 +48,7 @@ class RedisClientSDK:
48
_client: aioredis.Redis = field(init=False)
49
_task_health_check: Task | None = None
50
_started_event_task_health_check: asyncio.Event | None = None
51
+ _cancelled_event_task_health_check: asyncio.Event | None = None
52
_is_healthy: bool = False
53
54
@property
0 commit comments