[PR #184] [MERGED] Add Inspector type #656

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/184
Author: @hibiken
Created: 7/24/2020
Status: Merged
Merged: 7/26/2020
Merged by: @hibiken

Base: nextHead: feature/inspector


📝 Commits (1)

📊 Changes

20 files changed (+2830 additions, -931 deletions)

View changed files

📝 client_test.go (+8 -8)
inspector.go (+488 -0)
inspector_test.go (+1636 -0)
📝 internal/asynqtest/asynqtest.go (+27 -24)
📝 internal/base/base.go (+6 -0)
📝 internal/rdb/inspect.go (+60 -168)
📝 internal/rdb/inspect_test.go (+338 -379)
📝 internal/rdb/rdb_test.go (+132 -132)
📝 processor_test.go (+5 -5)
📝 recoverer_test.go (+35 -35)
📝 scheduler_test.go (+12 -12)
📝 tools/asynq/cmd/del.go (+5 -21)
📝 tools/asynq/cmd/delall.go (+10 -9)
📝 tools/asynq/cmd/enq.go (+5 -21)
📝 tools/asynq/cmd/enqall.go (+9 -9)
📝 tools/asynq/cmd/history.go (+4 -6)
📝 tools/asynq/cmd/kill.go (+5 -19)
📝 tools/asynq/cmd/killall.go (+8 -8)
📝 tools/asynq/cmd/ls.go (+36 -75)
📝 tools/go.sum (+1 -0)

📄 Description

Closes #50
Closes #172


🔄 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/184 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 7/24/2020 **Status:** ✅ Merged **Merged:** 7/26/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `next` ← **Head:** `feature/inspector` --- ### 📝 Commits (1) - [`764478b`](https://github.com/hibiken/asynq/commit/764478b341dadda45c9758f9b372a523cf13c110) Add Inspector type ### 📊 Changes **20 files changed** (+2830 additions, -931 deletions) <details> <summary>View changed files</summary> 📝 `client_test.go` (+8 -8) ➕ `inspector.go` (+488 -0) ➕ `inspector_test.go` (+1636 -0) 📝 `internal/asynqtest/asynqtest.go` (+27 -24) 📝 `internal/base/base.go` (+6 -0) 📝 `internal/rdb/inspect.go` (+60 -168) 📝 `internal/rdb/inspect_test.go` (+338 -379) 📝 `internal/rdb/rdb_test.go` (+132 -132) 📝 `processor_test.go` (+5 -5) 📝 `recoverer_test.go` (+35 -35) 📝 `scheduler_test.go` (+12 -12) 📝 `tools/asynq/cmd/del.go` (+5 -21) 📝 `tools/asynq/cmd/delall.go` (+10 -9) 📝 `tools/asynq/cmd/enq.go` (+5 -21) 📝 `tools/asynq/cmd/enqall.go` (+9 -9) 📝 `tools/asynq/cmd/history.go` (+4 -6) 📝 `tools/asynq/cmd/kill.go` (+5 -19) 📝 `tools/asynq/cmd/killall.go` (+8 -8) 📝 `tools/asynq/cmd/ls.go` (+36 -75) 📝 `tools/go.sum` (+1 -0) </details> ### 📄 Description Closes #50 Closes #172 --- <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:27 +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#656
No description provided.