[PR #95] [MERGED] Add "asynqmon workers" command #600

Closed
opened 2026-03-02 05:54:13 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/95
Author: @hibiken
Created: 2/23/2020
Status: Merged
Merged: 2/23/2020
Merged by: @hibiken

Base: masterHead: cli/workers


📝 Commits (3)

  • 47c1c62 Add ListWorkers to RDB
  • eae039e Add workers command to asynqmon
  • a9e8e72 Update redis package to v7.2.0

📊 Changes

11 files changed (+204 additions, -4 deletions)

View changed files

📝 CHANGELOG.md (+4 -0)
📝 client_test.go (+1 -1)
📝 go.mod (+1 -2)
📝 go.sum (+9 -0)
📝 internal/asynqtest/asynqtest.go (+9 -0)
📝 internal/rdb/inspect.go (+36 -0)
📝 internal/rdb/inspect_test.go (+65 -0)
📝 internal/rdb/rdb.go (+1 -0)
tools/asynqmon/cmd/workers.go (+75 -0)
📝 tools/go.mod (+1 -1)
📝 tools/go.sum (+2 -0)

📄 Description

Closes #39


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/95 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 2/23/2020 **Status:** ✅ Merged **Merged:** 2/23/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `cli/workers` --- ### 📝 Commits (3) - [`47c1c62`](https://github.com/hibiken/asynq/commit/47c1c62088ff9601a8ede35ef8e90721d006e46d) Add ListWorkers to RDB - [`eae039e`](https://github.com/hibiken/asynq/commit/eae039e1b39d4031a767af980b7eb4b6b0006c29) Add workers command to asynqmon - [`a9e8e72`](https://github.com/hibiken/asynq/commit/a9e8e72e11525138b1b4365cff874e945a8eed72) Update redis package to v7.2.0 ### 📊 Changes **11 files changed** (+204 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+4 -0) 📝 `client_test.go` (+1 -1) 📝 `go.mod` (+1 -2) 📝 `go.sum` (+9 -0) 📝 `internal/asynqtest/asynqtest.go` (+9 -0) 📝 `internal/rdb/inspect.go` (+36 -0) 📝 `internal/rdb/inspect_test.go` (+65 -0) 📝 `internal/rdb/rdb.go` (+1 -0) ➕ `tools/asynqmon/cmd/workers.go` (+75 -0) 📝 `tools/go.mod` (+1 -1) 📝 `tools/go.sum` (+2 -0) </details> ### 📄 Description Closes #39 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 05:54:13 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#600
No description provided.