[PR #494] Inspector support Go context #1774

Open
opened 2026-03-07 22:13:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/494
Author: @xuyang2
Created: 6/20/2022
Status: 🔄 Open

Base: masterHead: inspector-ctx


📝 Commits (3)

  • 0929118 Inspector support Go context
  • 7d783d6 Inspector support Go context
  • 7922c85 Inspector support Go context

📊 Changes

10 files changed (+546 additions, -276 deletions)

View changed files

📝 heartbeat_test.go (+2 -2)
📝 inspector.go (+312 -45)
📝 internal/base/base.go (+2 -2)
📝 internal/rdb/inspect.go (+127 -126)
📝 internal/rdb/inspect_test.go (+87 -86)
📝 internal/rdb/rdb.go (+5 -5)
📝 internal/rdb/rdb_test.go (+3 -3)
📝 internal/testbroker/testbroker.go (+4 -4)
📝 recoverer.go (+1 -1)
📝 subscriber_test.go (+3 -2)

📄 Description

Should resolve #488


🔄 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/494 **Author:** [@xuyang2](https://github.com/xuyang2) **Created:** 6/20/2022 **Status:** 🔄 Open **Base:** `master` ← **Head:** `inspector-ctx` --- ### 📝 Commits (3) - [`0929118`](https://github.com/hibiken/asynq/commit/092911854effa9471cc13c43dbfca68617fd5343) Inspector support Go context - [`7d783d6`](https://github.com/hibiken/asynq/commit/7d783d6ae9e1b23bd633d397734eb82e6b9da547) Inspector support Go context - [`7922c85`](https://github.com/hibiken/asynq/commit/7922c858f7dfcc3a4d7e7c45216b5eac11bc5c45) Inspector support Go context ### 📊 Changes **10 files changed** (+546 additions, -276 deletions) <details> <summary>View changed files</summary> 📝 `heartbeat_test.go` (+2 -2) 📝 `inspector.go` (+312 -45) 📝 `internal/base/base.go` (+2 -2) 📝 `internal/rdb/inspect.go` (+127 -126) 📝 `internal/rdb/inspect_test.go` (+87 -86) 📝 `internal/rdb/rdb.go` (+5 -5) 📝 `internal/rdb/rdb_test.go` (+3 -3) 📝 `internal/testbroker/testbroker.go` (+4 -4) 📝 `recoverer.go` (+1 -1) 📝 `subscriber_test.go` (+3 -2) </details> ### 📄 Description Should resolve #488 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1774
No description provided.