mirror of
https://github.com/hibiken/asynqmon.git
synced 2025-01-19 03:05:53 +08:00
fix typo
This commit is contained in:
parent
d1b889456d
commit
68557a3556
@ -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"`
|
||||||
|
Loading…
Reference in New Issue
Block a user