[PR #882] [MERGED] feature: revoke task #908

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/882
Author: @kanzihuang
Created: 5/7/2024
Status: Merged
Merged: 10/19/2024
Merged by: @kamikazechaser

Base: masterHead: feat/revoke-task


📝 Commits (1)

  • 3358be4 feat: revoke the task to modify task parameters and enqueue new task with the same task id

📊 Changes

3 files changed (+43 additions, -9 deletions)

View changed files

📝 processor.go (+11 -8)
📝 processor_test.go (+27 -0)
📝 server.go (+5 -1)

📄 Description

Revoke the task to modify task parameters and enqueue new task with the same task id when ProcessTask returns a RevokeTask error.


🔄 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/882 **Author:** [@kanzihuang](https://github.com/kanzihuang) **Created:** 5/7/2024 **Status:** ✅ Merged **Merged:** 10/19/2024 **Merged by:** [@kamikazechaser](https://github.com/kamikazechaser) **Base:** `master` ← **Head:** `feat/revoke-task` --- ### 📝 Commits (1) - [`3358be4`](https://github.com/hibiken/asynq/commit/3358be4b9d27cecf268ab42072526e1e4ea6e3b1) feat: revoke the task to modify task parameters and enqueue new task with the same task id ### 📊 Changes **3 files changed** (+43 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `processor.go` (+11 -8) 📝 `processor_test.go` (+27 -0) 📝 `server.go` (+5 -1) </details> ### 📄 Description Revoke the task to modify task parameters and enqueue new task with the same task id when ProcessTask returns a RevokeTask error. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 06:10:23 +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#908
No description provided.