This commit is contained in:
Mohammed Imran 2025-01-16 13:25:34 +05:30 committed by GitHub
parent d1b889456d
commit 68557a3556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -82,7 +82,7 @@ type queueStateSnapshot struct {
MemoryUsage int64 `json:"memory_usage_bytes"` MemoryUsage int64 `json:"memory_usage_bytes"`
// Total number of tasks in the queue. // Total number of tasks in the queue.
Size int `json:"size"` Size int `json:"size"`
// Totoal number of groups in the queue. // Total number of groups in the queue.
Groups int `json:"groups"` Groups int `json:"groups"`
// Latency of the queue in milliseconds. // Latency of the queue in milliseconds.
LatencyMillisec int64 `json:"latency_msec"` LatencyMillisec int64 `json:"latency_msec"`