From beb7b0bf3d7a80a609a39973509c7663bcb61964 Mon Sep 17 00:00:00 2001 From: _00_ <131402327+rgaricano@users.noreply.github.com> Date: Tue, 19 Aug 2025 20:22:07 +0200 Subject: [PATCH] re-add "from the global `tasks` dictionary" comment that was removed re-add "from the global `tasks` dictionary" comment that was removed --- backend/open_webui/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/open_webui/tasks.py b/backend/open_webui/tasks.py index 0f64787f86..26a3a61741 100644 --- a/backend/open_webui/tasks.py +++ b/backend/open_webui/tasks.py @@ -106,7 +106,7 @@ async def redis_send_command(redis: Redis, command: dict): async def cleanup_task(redis, task_id: str, id=None): """ - Remove a completed or canceled task with proper exception handling. + Remove a completed or canceled task from the global `tasks` dictionary with proper exception handling. """ cleanup_errors = []