mirror of
https://github.com/hibiken/asynq.git
synced 2024-12-24 23:02:18 +08:00
[ci skip] Update readme
This commit is contained in:
parent
024cfa9fe6
commit
6dd4c688f4
@ -21,7 +21,7 @@ To install `asynq` library, run the following command:
|
||||
go get -u github.com/hibiken/asynq
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
## Quickstart
|
||||
|
||||
First, make sure you are running a Redis server locally.
|
||||
|
||||
|
BIN
docs/assets/asynqmon_ps.gif
Normal file
BIN
docs/assets/asynqmon_ps.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 582 KiB |
@ -8,6 +8,7 @@ Asynqmon 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)
|
||||
- [List](#list)
|
||||
- [Enqueue](#enqueue)
|
||||
- [Delete](#delete)
|
||||
@ -22,7 +23,7 @@ In order to use the tool, compile it using the following command:
|
||||
|
||||
This will create the asynqmon executable under your `$GOPATH/bin` directory.
|
||||
|
||||
## Quick Start
|
||||
## Quickstart
|
||||
|
||||
The tool has a few commands to inspect the state of tasks and queues.
|
||||
|
||||
@ -56,6 +57,16 @@ Example:
|
||||
|
||||
![Gif](/docs/assets/asynqmon_history.gif)
|
||||
|
||||
### Process Status
|
||||
|
||||
PS (ProcessStatus) command shows the list of running worker processes.
|
||||
|
||||
Example:
|
||||
|
||||
asynqmon ps
|
||||
|
||||
![Gif](/docs/assets/asynqmon_ps.gif)
|
||||
|
||||
### List
|
||||
|
||||
List command shows all tasks in the specified state in a table format
|
||||
|
Loading…
Reference in New Issue
Block a user