Linear OAuth Connector (#3570)

This commit is contained in:
Yuhong Sun
2024-12-31 16:11:09 -08:00
committed by GitHub
parent 240f3e4fff
commit ccd3983802
6 changed files with 141 additions and 62 deletions

View File

@@ -199,7 +199,7 @@ def get_redis_client(*, tenant_id: str | None) -> Redis:
# value = redis_client.get('key')
# print(value.decode()) # Output: 'value'
_async_redis_connection = None
_async_redis_connection: aioredis.Redis | None = None
_async_lock = asyncio.Lock()