You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

run_health_check.md 1.5KB

12345678910111213141516171819202122232425262728293031
  1. ---
  2. sidebar_position: 7
  3. slug: /run_health_check
  4. ---
  5. # Run health check on RAGFlow's dependencies
  6. Double-check the health status of RAGFlow's dependencies.
  7. The operation of RAGFlow depends on four services:
  8. - **Elasticsearch** (default) or [Infinity](https://github.com/infiniflow/infinity) as the document engine
  9. - **MySQL**
  10. - **Redis**
  11. - **MinIO** for object storage
  12. If an exception or error occurs related to any of the above services, such as `Exception: Can't connect to ES cluster`, refer to this document to check their health status.
  13. You can also click you avatar in the top right corner of the page **>** System to view the visualized health status of RAGFlow's core services. The following screenshot shows that all services are 'green' (running healthily). The task executor displays the *cumulative* number of completed and failed document parsing tasks from the past 30 minutes:
  14. ![system_status_page](https://github.com/user-attachments/assets/b0c1a11e-93e3-4947-b17a-1bfb4cdab6e4)
  15. Services with a yellow or red light are not running properly. The following is a screenshot of the system page after running `docker stop ragflow-es-10`:
  16. ![es_failed](https://github.com/user-attachments/assets/06056540-49f5-48bf-9cc9-a7086bc75790)
  17. You can click on a specific 30-second time interval to view the details of completed and failed tasks:
  18. ![done_tasks](https://github.com/user-attachments/assets/49b25ec4-03af-48cf-b2e5-c892f6eaa261)
  19. ![done_vs_failed](https://github.com/user-attachments/assets/eaa928d0-a31c-4072-adea-046091e04599)