[PR #178] [MERGED] Return Result to a caller of Enqueue #2673

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/178
Author: @hibiken
Created: 7/3/2020
Status: Merged
Merged: 7/4/2020
Merged by: @hibiken

Base: nextHead: feature/enqueue-result


📝 Commits (1)

  • e4dab12 Return Result struct to caller of Enqueue

📊 Changes

7 files changed (+201 additions, -48 deletions)

View changed files

📝 CHANGELOG.md (+1 -0)
📝 README.md (+8 -4)
📝 benchmark_test.go (+9 -9)
📝 client.go (+45 -7)
📝 client_test.go (+131 -21)
📝 doc.go (+2 -2)
📝 server_test.go (+5 -5)

📄 Description

Return a Result struct to a caller of Enqueue.

Result struct holds metadata around the enqueued task.

Closes #179


🔄 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/178 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 7/3/2020 **Status:** ✅ Merged **Merged:** 7/4/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `next` ← **Head:** `feature/enqueue-result` --- ### 📝 Commits (1) - [`e4dab12`](https://github.com/hibiken/asynq/commit/e4dab12498fd62926718c757eac48ec4e2e13454) Return Result struct to caller of Enqueue ### 📊 Changes **7 files changed** (+201 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+1 -0) 📝 `README.md` (+8 -4) 📝 `benchmark_test.go` (+9 -9) 📝 `client.go` (+45 -7) 📝 `client_test.go` (+131 -21) 📝 `doc.go` (+2 -2) 📝 `server_test.go` (+5 -5) </details> ### 📄 Description Return a `Result` struct to a caller of `Enqueue`. `Result` struct holds metadata around the enqueued task. Closes #179 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 20:57:10 +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#2673
No description provided.