[PR #156] [MERGED] Add helper functions to extract task metadata from context #1647

Closed
opened 2026-03-07 22:11:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/156
Author: @hibiken
Created: 5/28/2020
Status: Merged
Merged: 5/29/2020
Merged by: @hibiken

Base: masterHead: feature/ctx-value


📝 Commits (1)

  • d33ded3 Add helper functions to extract task metadata from context

📊 Changes

5 files changed (+246 additions, -100 deletions)

View changed files

📝 CHANGELOG.md (+4 -0)
context.go (+85 -0)
context_test.go (+157 -0)
📝 processor.go (+0 -17)
📝 processor_test.go (+0 -83)

📄 Description

Closes #154


🔄 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/156 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 5/28/2020 **Status:** ✅ Merged **Merged:** 5/29/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/ctx-value` --- ### 📝 Commits (1) - [`d33ded3`](https://github.com/hibiken/asynq/commit/d33ded338ecacbaae884bc1301e4577056819901) Add helper functions to extract task metadata from context ### 📊 Changes **5 files changed** (+246 additions, -100 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+4 -0) ➕ `context.go` (+85 -0) ➕ `context_test.go` (+157 -0) 📝 `processor.go` (+0 -17) 📝 `processor_test.go` (+0 -83) </details> ### 📄 Description Closes #154 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:11:44 +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#1647
No description provided.