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 e14acad commit acee55aCopy full SHA for acee55a
packages/service-library/src/servicelib/long_running_tasks/_store/redis.py
@@ -1,4 +1,3 @@
1
-import logging
2
from typing import Any, Final
3
4
import redis.asyncio as aioredis
@@ -11,8 +10,6 @@
11
10
from ..models import TaskContext, TaskData, TaskId
12
from .base import BaseStore
13
14
-_logger = logging.getLogger(__name__)
15
-
16
_STORE_TYPE_TASK_DATA: Final[str] = "TD"
17
_STORE_TYPE_CANCELLED_TASKS: Final[str] = "CT"
18
0 commit comments