-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Show task_executor heartbeat #3409
Comments
Sample heartbeats in Valkey:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for the same feature request?
Is your feature request related to a problem?
Describe the feature you'd like
Executor reports a heartbeat to Valkey every 30s. The heartbeat content is
{"boot_at": float_1, "now": float2, "done_tasks": int, "pending_tasks": int, "retried_tasks": int}
.There's a
ZSET
for each executor in Valkey. The key isTASKEXE-N
whereN
is the number of the executor.RAGFlow system page shows task executors' heartbeats in recent 30 minutes.
There's a time axis for each axis for an executor. Each heartbeat is displayed as a column.
pending_tasks
. Background color is green.retryied_tasks
, background color is red.The heartbeat content is shown when mouse hover a heartbeat.
Describe implementation you've considered
No response
Documentation, adoption, use case
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: