Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
RedisDB.queue_info rag_flow_svr_queue got exception: no such key
2025-06-14 07:33:06,914 INFO 28 task_executor_b898275dc858_0 reported heartbeat: {"name": "task_executor_b898275dc858_0", "now": "2025-06-14T07:33:06.912+08:00", "boot_at": "2025-06-14T07:32:36.875+08:00", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": {}}
The error above seems to indicate that Redis does not have a key value, but even if I manually added it, it still doesn't work. How should I handle this error
Beta Was this translation helpful? Give feedback.
All reactions