[PR #350] [MERGED] Add EnqueueContext method to Client #719

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/350
Author: @hibiken
Created: 11/15/2021
Status: Merged
Merged: 11/16/2021
Merged by: @hibiken

Base: masterHead: feature/enqueue_context


📝 Commits (3)

📊 Changes

9 files changed (+131 additions, -82 deletions)

View changed files

📝 CHANGELOG.md (+8 -0)
📝 client.go (+28 -9)
📝 internal/base/base.go (+4 -4)
📝 internal/rdb/benchmark_test.go (+13 -6)
📝 internal/rdb/inspect_test.go (+1 -1)
📝 internal/rdb/rdb.go (+53 -39)
📝 internal/rdb/rdb_test.go (+14 -14)
📝 internal/testbroker/testbroker.go (+9 -8)
📝 processor_test.go (+1 -1)

📄 Description

Closes #321


🔄 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/350 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 11/15/2021 **Status:** ✅ Merged **Merged:** 11/16/2021 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/enqueue_context` --- ### 📝 Commits (3) - [`e937f82`](https://github.com/hibiken/asynq/commit/e937f82f9c4771c0834592c13138e0b7ee4a6a09) Add EnqueueContext method to Client - [`5289efd`](https://github.com/hibiken/asynq/commit/5289efd52b2902ff592ba6d92527eeef05a02a6a) Update changelog - [`165b6df`](https://github.com/hibiken/asynq/commit/165b6dfa14dafe982d3fbc10c805d7f27268a96b) Fix test build ### 📊 Changes **9 files changed** (+131 additions, -82 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+8 -0) 📝 `client.go` (+28 -9) 📝 `internal/base/base.go` (+4 -4) 📝 `internal/rdb/benchmark_test.go` (+13 -6) 📝 `internal/rdb/inspect_test.go` (+1 -1) 📝 `internal/rdb/rdb.go` (+53 -39) 📝 `internal/rdb/rdb_test.go` (+14 -14) 📝 `internal/testbroker/testbroker.go` (+9 -8) 📝 `processor_test.go` (+1 -1) </details> ### 📄 Description Closes #321 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 06:05:19 +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#719
No description provided.