ragflow icon indicating copy to clipboard operation
ragflow copied to clipboard

[Question]: My task_consumer looks like halted, any way to reset them?

Open xiaoqiangch opened this issue 2 weeks ago • 3 comments

Describe your problem

I looks like my task consumer is not working any more , the parsing of documents make no progress for weeks long. The logs shows:

2025-02-06 19:41:09 2025-02-06 19:41:09,944 INFO 33 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2025-02-06T19:41:09.944+08:00", "boot_at": "2025-02-06T19:40:09.874+08:00", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null} 2025-02-06 19:41:19 2025-02-06 19:41:19,073 INFO 32 Retrying request to /chat/completions in 0.866513 seconds 2025-02-06 19:41:26 2025-02-06 19:41:26,747 INFO 32 Retrying request to /chat/completions in 0.864924 seconds 2025-02-06 19:41:39 2025-02-06 19:41:39,967 INFO 33 task_consumer_0 reported heartbeat: {"name": "task_consumer_0", "now": "2025-02-06T19:41:39.966+08:00", "boot_at": "2025-02-06T19:40:09.874+08:00", "pending": 0, "lag": 0, "done": 0, "failed": 0, "current": null} 2025-02-06 19:41:40 2025-02-06 19:41:40,989 INFO 32 Retrying request to /chat/completions in 1.631512 seconds 2025-02-06 19:41:48 2025-02-06 19:41:48,660 INFO 32 Retrying request to /chat/completions in 1.825894 seconds

Any way to restart them and make progress?

Thank you very much!

xiaoqiangch avatar Feb 06 '25 11:02 xiaoqiangch