2
0
mirror of https://github.com/hibiken/asynq.git synced 2025-04-22 08:40:22 +08:00

Update README.md

This commit is contained in:
Vic Shóstak 2021-04-14 13:56:52 +03:00 committed by GitHub
parent cb696d2fa4
commit 96476c8e55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,8 +259,6 @@ To learn more about `asynq` features and APIs, please see [godoc](https://godoc.
[Asynqmon](https://github.com/hibiken/asynqmon) is a web based tool for monitoring and administrating Asynq queues and tasks.
> ☝️ Please see the tool's [README](https://github.com/hibiken/asynqmon) for details.
Here's a few screenshots of the Web UI:
**Queues view**
@ -275,6 +273,8 @@ Here's a few screenshots of the Web UI:
![Web UI Settings and adaptive dark mode](https://user-images.githubusercontent.com/11155743/114697149-3517c380-9d26-11eb-9f7a-ae2dd00aad5b.png)
For details on how to use the tool, refer to the tool's [README](https://github.com/hibiken/asynqmon#readme).
## Command Line Tool
Asynq ships with a command line tool to inspect the state of queues and tasks.