mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-05 18:25:57 +08:00
fix typo
This commit is contained in:
@@ -22,7 +22,7 @@ var workersCmd = &cobra.Command{
|
|||||||
Short: "Shows all running workers information",
|
Short: "Shows all running workers information",
|
||||||
Long: `Workers (asynqmon workers) will show all running workers information.
|
Long: `Workers (asynqmon workers) will show all running workers information.
|
||||||
|
|
||||||
The command shows the follwoing for each worker:
|
The command shows the following for each worker:
|
||||||
* Process in which the worker is running
|
* Process in which the worker is running
|
||||||
* ID of the task worker is processing
|
* ID of the task worker is processing
|
||||||
* Type of the task worker is processing
|
* Type of the task worker is processing
|
||||||
|
|||||||
Reference in New Issue
Block a user