Skip to content

Commit

Permalink
Add Web UI section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hibiken committed Feb 2, 2021
1 parent bc77f6f commit d1d3be9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
Binary file added docs/assets/asynqmon-queues-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/asynqmon-task-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1d3be9

Please sign in to comment.