2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-11-10 03:21:55 +08:00

Add Web UI section in README

This commit is contained in:
Ken Hibino 2021-01-31 22:27:59 -08:00
parent bc77f6fe14
commit d1d3be9b00
3 changed files with 14 additions and 0 deletions

View File

@ -44,6 +44,7 @@ A system can consist of multiple worker servers and brokers, giving way to high
- [Periodic Tasks](https://github.com/hibiken/asynq/wiki/Periodic-Tasks)
- [Support Redis Cluster](https://github.com/hibiken/asynq/wiki/Redis-Cluster) for automatic sharding and high availability
- [Support Redis Sentinels](https://github.com/hibiken/asynq/wiki/Automatic-Failover) for high availability
- [Web UI](#web-ui) to inspect and remote-control queues and tasks
- [CLI](#command-line-tool) to inspect and remote-control queues and tasks
## Quickstart
@ -251,6 +252,19 @@ For a more detailed walk-through of the library, see our [Getting Started Guide]
To Learn more about `asynq` features and APIs, see our [Wiki](https://github.com/hibiken/asynq/wiki) and [godoc](https://godoc.org/github.com/hibiken/asynq).
## Web UI
[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**
![Web UI QueuesView](/docs/assets/asynqmon-queues-view.png)
**Tasks view**
![Web UI TasksView](/docs/assets/asynqmon-task-view.png)
## Command Line Tool
Asynq ships with a command line tool to inspect the state of queues and tasks.

Binary file not shown.

After

Width:  |  Height:  |  Size: 279 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 KiB