[PR #1042] [MERGED] update task payload #3020

Closed
opened 2026-03-15 21:15:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/1042
Author: @aziz-the-dev
Created: 4/1/2025
Status: Merged
Merged: 11/4/2025
Merged by: @kamikazechaser

Base: masterHead: aziz-the-dev/add-update-task-payload


📝 Commits (2)

  • b4a8227 Implement UpdateTaskPayload method for inspector
  • 15b8a52 Merge branch 'hibiken:master' into aziz-the-dev/add-update-task-payload

📊 Changes

3 files changed (+253 additions, -0 deletions)

View changed files

📝 inspector.go (+24 -0)
📝 inspector_test.go (+142 -0)
📝 internal/rdb/inspect.go (+87 -0)

📄 Description

Implemented update task payload functionality. For now, only scheduled tasks can be updated


🔄 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/1042 **Author:** [@aziz-the-dev](https://github.com/aziz-the-dev) **Created:** 4/1/2025 **Status:** ✅ Merged **Merged:** 11/4/2025 **Merged by:** [@kamikazechaser](https://github.com/kamikazechaser) **Base:** `master` ← **Head:** `aziz-the-dev/add-update-task-payload` --- ### 📝 Commits (2) - [`b4a8227`](https://github.com/hibiken/asynq/commit/b4a8227776d3c455502865ee4768889853ed7387) Implement UpdateTaskPayload method for inspector - [`15b8a52`](https://github.com/hibiken/asynq/commit/15b8a5239a1d1ad414cb377e2a7eafdd3409dc2f) Merge branch 'hibiken:master' into aziz-the-dev/add-update-task-payload ### 📊 Changes **3 files changed** (+253 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `inspector.go` (+24 -0) 📝 `inspector_test.go` (+142 -0) 📝 `internal/rdb/inspect.go` (+87 -0) </details> ### 📄 Description Implemented update task payload functionality. For now, only scheduled tasks can be updated --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 21:15:43 +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#3020
No description provided.