[PR #72] [MERGED] Add ps command to asynqmon #2605

Closed
opened 2026-03-15 20:53:24 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: feature/ps


📝 Commits (1)

  • a985c02 Add ps command to asynqmon

📊 Changes

15 files changed (+479 additions, -144 deletions)

View changed files

📝 background.go (+8 -37)
📝 heartbeat.go (+17 -28)
📝 heartbeat_test.go (+10 -8)
📝 internal/asynqtest/asynqtest.go (+12 -0)
📝 internal/base/base.go (+47 -10)
📝 internal/base/base_test.go (+31 -3)
📝 internal/rdb/inspect.go (+37 -0)
📝 internal/rdb/inspect_test.go (+53 -0)
📝 internal/rdb/rdb.go (+34 -10)
📝 internal/rdb/rdb_test.go (+53 -18)
📝 processor.go (+44 -10)
📝 processor_test.go (+8 -4)
📝 tools/asynqmon/cmd/ls.go (+0 -16)
tools/asynqmon/cmd/ps.go (+89 -0)
📝 tools/asynqmon/cmd/root.go (+36 -0)

📄 Description

Closes #63


🔄 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/72 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 2/2/2020 **Status:** ✅ Merged **Merged:** 2/3/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/ps` --- ### 📝 Commits (1) - [`a985c02`](https://github.com/hibiken/asynq/commit/a985c02ddb7877c6f1beaec339493e11aa32c8ab) Add ps command to asynqmon ### 📊 Changes **15 files changed** (+479 additions, -144 deletions) <details> <summary>View changed files</summary> 📝 `background.go` (+8 -37) 📝 `heartbeat.go` (+17 -28) 📝 `heartbeat_test.go` (+10 -8) 📝 `internal/asynqtest/asynqtest.go` (+12 -0) 📝 `internal/base/base.go` (+47 -10) 📝 `internal/base/base_test.go` (+31 -3) 📝 `internal/rdb/inspect.go` (+37 -0) 📝 `internal/rdb/inspect_test.go` (+53 -0) 📝 `internal/rdb/rdb.go` (+34 -10) 📝 `internal/rdb/rdb_test.go` (+53 -18) 📝 `processor.go` (+44 -10) 📝 `processor_test.go` (+8 -4) 📝 `tools/asynqmon/cmd/ls.go` (+0 -16) ➕ `tools/asynqmon/cmd/ps.go` (+89 -0) 📝 `tools/asynqmon/cmd/root.go` (+36 -0) </details> ### 📄 Description Closes #63 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 20:53:24 +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#2605
No description provided.