2
0
mirror of https://github.com/hibiken/asynq.git synced 2026-05-19 11:36:28 +08:00

Add workers command to asynqmon

This commit is contained in:
Ken Hibino
2020-02-22 21:06:02 -08:00
parent e21fe3bd79
commit 26e399bc9c
3 changed files with 80 additions and 0 deletions

View File

@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- `asynqmon workers` was added to list all running workers information
## [0.4.0] - 2020-02-13
### Changed