health_check
Checks the health of three dependencies: RuoYi backend, toolkit, and MySQL. Returns up/down status for each.
Instructions
探活三依赖(ruoyi BE / toolkit / MySQL),任何异常算 down 不抛。返回 {ruoyi, toolkit, db}。
ruoyi: GET /actuator/health(401 也算 up,健康端点要鉴权属正常)
toolkit: GET /info
db: pymysql SELECT 1 全程 trust_env=False、超时 5s。返回 {ruoyi:{up,url}, toolkit:{up,url}, db:{up}}。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||