mirror of
https://github.com/hibiken/asynq.git
synced 2025-10-03 05:12:01 +08:00
Update readme
This commit is contained in:
@@ -8,7 +8,7 @@ Asynq CLI is a command line tool to monitor the tasks managed by `asynq` package
|
||||
- [Quick Start](#quick-start)
|
||||
- [Stats](#stats)
|
||||
- [History](#history)
|
||||
- [Process Status](#process-status)
|
||||
- [Servers](#servers)
|
||||
- [List](#list)
|
||||
- [Enqueue](#enqueue)
|
||||
- [Delete](#delete)
|
||||
@@ -58,15 +58,13 @@ Example:
|
||||
|
||||

|
||||
|
||||
### Process Status
|
||||
### Servers
|
||||
|
||||
PS (ProcessStatus) command shows the list of running worker processes.
|
||||
Servers command shows the list of running worker servers pulling tasks from the given redis instance.
|
||||
|
||||
Example:
|
||||
|
||||
asynq ps
|
||||
|
||||

|
||||
asynq servers
|
||||
|
||||
### List
|
||||
|
||||
|
Reference in New Issue
Block a user