mirror of
https://github.com/hibiken/asynq.git
synced 2024-11-13 04:46:39 +08:00
Update CLI description
This commit is contained in:
parent
6df302689c
commit
fc66aaa47f
@ -21,7 +21,7 @@ var rootCmd = &cobra.Command{
|
|||||||
Short: "A monitoring tool for asynq queues",
|
Short: "A monitoring tool for asynq queues",
|
||||||
Long: `Asynqmon is a CLI tool to inspect and monitor queues managed by asynq package.
|
Long: `Asynqmon is a CLI tool to inspect and monitor queues managed by asynq package.
|
||||||
|
|
||||||
Asynqmon has a few subcommands to query and mutate the current state of the queues.
|
Asynqmon has a few commands to query and mutate the current state of the queues.
|
||||||
|
|
||||||
Monitoring commands such as "stats" and "ls" can be used in conjunction with the
|
Monitoring commands such as "stats" and "ls" can be used in conjunction with the
|
||||||
"watch" command to continuously run the command at a certain interval.
|
"watch" command to continuously run the command at a certain interval.
|
||||||
|
Loading…
Reference in New Issue
Block a user