File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
packages/celery-library/src/celery_library/backends Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 1717
1818_CELERY_TASK_INFO_PREFIX : Final [str ] = "celery-task-info-"
1919_CELERY_TASK_ID_KEY_ENCODING = "utf-8"
20- _CELERY_TASK_ID_KEY_SEPARATOR : Final [str ] = ":"
2120_CELERY_TASK_SCAN_COUNT_PER_BATCH : Final [int ] = 10000
2221_CELERY_TASK_METADATA_KEY : Final [str ] = "metadata"
2322_CELERY_TASK_PROGRESS_KEY : Final [str ] = "progress"
@@ -83,7 +82,7 @@ async def get_task_progress(self, task_id: TaskID) -> ProgressReport | None:
8382
8483 async def list_tasks (self , task_filter : TaskFilter ) -> list [Task ]:
8584 search_key = _CELERY_TASK_INFO_PREFIX + task_filter .get_task_id (
86- task_uuid = Wildcard (), wildcard_str = self . wildcard_str
85+ task_uuid = Wildcard ()
8786 )
8887
8988 keys : list [str ] = []
You can’t perform that action at this time.
0 commit comments