[PR #234] [MERGED] Update Inspector #2700

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/234
Author: @hibiken
Created: 1/29/2021
Status: Merged
Merged: 1/29/2021
Merged by: @hibiken

Base: nextHead: feature/task-metadata


📝 Commits (7)

  • cd13c6a Add Retry and LastError fields to inspector tasks
  • c67843b Record deadline within WorkerInfo
  • 14cb562 Move all inspector related code to subpackage inspeq
  • 1598d2f Update documentation for inspeq package
  • b4f7f4f Fix CLI build
  • 34090c9 Fix doc indentation
  • 8e90608 Update RedisConnOpt interface

📊 Changes

20 files changed (+756 additions, -608 deletions)

View changed files

📝 CHANGELOG.md (+11 -1)
📝 asynq.go (+40 -69)
📝 client.go (+7 -77)
📝 client_test.go (+0 -67)
📝 heartbeat.go (+19 -15)
📝 heartbeat_test.go (+2 -2)
inspeq/doc.go (+22 -0)
📝 inspeq/inspector.go (+152 -55)
📝 inspeq/inspector_test.go (+450 -292)
📝 internal/base/base.go (+10 -0)
📝 internal/rdb/inspect.go (+0 -1)
📝 internal/rdb/inspect_test.go (+3 -0)
📝 processor.go (+3 -3)
📝 processor_test.go (+7 -7)
📝 scheduler.go (+6 -1)
📝 server.go (+7 -2)
📝 tools/asynq/cmd/cron.go (+2 -2)
📝 tools/asynq/cmd/queue.go (+4 -4)
📝 tools/asynq/cmd/root.go (+3 -2)
📝 tools/asynq/cmd/task.go (+8 -8)

📄 Description

No description provided


🔄 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/234 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 1/29/2021 **Status:** ✅ Merged **Merged:** 1/29/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `next` ← **Head:** `feature/task-metadata` --- ### 📝 Commits (7) - [`cd13c6a`](https://github.com/hibiken/asynq/commit/cd13c6a63da3165746e278ab22074fd5740a28f1) Add Retry and LastError fields to inspector tasks - [`c67843b`](https://github.com/hibiken/asynq/commit/c67843b7308e57f68ff64c29f59d95c684840e65) Record deadline within WorkerInfo - [`14cb562`](https://github.com/hibiken/asynq/commit/14cb562d60aca8cba4200613b9e4b4d905675428) Move all inspector related code to subpackage inspeq - [`1598d2f`](https://github.com/hibiken/asynq/commit/1598d2f5deb39c4623c666ae530d853abd0015bd) Update documentation for inspeq package - [`b4f7f4f`](https://github.com/hibiken/asynq/commit/b4f7f4f7296b8413605793300b7c241b0088a82c) Fix CLI build - [`34090c9`](https://github.com/hibiken/asynq/commit/34090c9b05f0b3a92a7e0bbfda9109c825360b1d) Fix doc indentation - [`8e90608`](https://github.com/hibiken/asynq/commit/8e906088ab1a029880f627cc8339f4e176e8da4d) Update RedisConnOpt interface ### 📊 Changes **20 files changed** (+756 additions, -608 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+11 -1) 📝 `asynq.go` (+40 -69) 📝 `client.go` (+7 -77) 📝 `client_test.go` (+0 -67) 📝 `heartbeat.go` (+19 -15) 📝 `heartbeat_test.go` (+2 -2) ➕ `inspeq/doc.go` (+22 -0) 📝 `inspeq/inspector.go` (+152 -55) 📝 `inspeq/inspector_test.go` (+450 -292) 📝 `internal/base/base.go` (+10 -0) 📝 `internal/rdb/inspect.go` (+0 -1) 📝 `internal/rdb/inspect_test.go` (+3 -0) 📝 `processor.go` (+3 -3) 📝 `processor_test.go` (+7 -7) 📝 `scheduler.go` (+6 -1) 📝 `server.go` (+7 -2) 📝 `tools/asynq/cmd/cron.go` (+2 -2) 📝 `tools/asynq/cmd/queue.go` (+4 -4) 📝 `tools/asynq/cmd/root.go` (+3 -2) 📝 `tools/asynq/cmd/task.go` (+8 -8) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 20:58:32 +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#2700
No description provided.