wuxuehai01
wuxuehai01
> should be your queue (redis) meet some exceptions ` def queue_info(self, queue, group_name) -> dict | None: try: groups = self.REDIS.xinfo_groups(queue) for group in groups: if group["name"] == group_name:...
Did not run the task executor: ``` JEMALLOC_PATH=$(pkg-config --variable=libdir jemalloc)/libjemalloc.so; LD_PRELOAD=$JEMALLOC_PATH python rag/svr/task_executor.py 1; ```
> 你好 请问问题解决了吗 可以提供一下源码启动的解决方法吗 My problem was that I didn't start the task executor as required, so all the displays were still executing. It had nothing to do with redis....