[PR #606] [CLOSED] Add headers to task instance #791

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/606
Author: @dennypenta
Created: 1/12/2023
Status: Closed

Base: masterHead: 393-add-headers-to-task


📝 Commits (1)

  • 06779ef Add headers to task instance

📊 Changes

6 files changed (+146 additions, -98 deletions)

View changed files

📝 asynq.go (+12 -3)
📝 client.go (+17 -0)
📝 internal/base/base.go (+5 -0)
📝 internal/proto/asynq.pb.go (+108 -95)
📝 internal/proto/asynq.proto (+3 -0)
📝 processor.go (+1 -0)

📄 Description

I implemented headers to pass to task instances.
I didn't add tests yet, wanted to align the implementation details first.


🔄 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/606 **Author:** [@dennypenta](https://github.com/dennypenta) **Created:** 1/12/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `393-add-headers-to-task` --- ### 📝 Commits (1) - [`06779ef`](https://github.com/hibiken/asynq/commit/06779efb01233329e2dab2987611d07acf27b8ee) Add headers to task instance ### 📊 Changes **6 files changed** (+146 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `asynq.go` (+12 -3) 📝 `client.go` (+17 -0) 📝 `internal/base/base.go` (+5 -0) 📝 `internal/proto/asynq.pb.go` (+108 -95) 📝 `internal/proto/asynq.proto` (+3 -0) 📝 `processor.go` (+1 -0) </details> ### 📄 Description I implemented headers to pass to task instances. I didn't add tests yet, wanted to align the implementation details first. --- <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:37 +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#791
No description provided.