[PR #469] [CLOSED] Feature/expose task id duplicated #754

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/469
Author: @linhbkhn95
Created: 5/17/2022
Status: Closed

Base: masterHead: feature/expose-task-id-duplicated


📝 Commits (2)

📊 Changes

12 files changed (+61 additions, -48 deletions)

View changed files

📝 asynq.go (+1 -1)
📝 client.go (+0 -7)
📝 client_test.go (+3 -2)
📝 context.go (+1 -1)
📝 inspector.go (+1 -1)
📝 internal/base/base.go (+3 -3)
📝 internal/context/context.go (+1 -1)
📝 internal/errors/errors.go (+24 -12)
📝 internal/rdb/rdb.go (+6 -6)
📝 internal/rdb/rdb_test.go (+19 -12)
📝 scheduler.go (+1 -1)
📝 server.go (+1 -1)

📄 Description

No description provided


🔄 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/469 **Author:** [@linhbkhn95](https://github.com/linhbkhn95) **Created:** 5/17/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `feature/expose-task-id-duplicated` --- ### 📝 Commits (2) - [`983769b`](https://github.com/hibiken/asynq/commit/983769bbca185884081f088b2240bf9cc9e43e89) fix typo - [`fc91fc2`](https://github.com/hibiken/asynq/commit/fc91fc2e1afa8c12a3d9ad250975343c7358344c) expose taskID when duplicated ### 📊 Changes **12 files changed** (+61 additions, -48 deletions) <details> <summary>View changed files</summary> 📝 `asynq.go` (+1 -1) 📝 `client.go` (+0 -7) 📝 `client_test.go` (+3 -2) 📝 `context.go` (+1 -1) 📝 `inspector.go` (+1 -1) 📝 `internal/base/base.go` (+3 -3) 📝 `internal/context/context.go` (+1 -1) 📝 `internal/errors/errors.go` (+24 -12) 📝 `internal/rdb/rdb.go` (+6 -6) 📝 `internal/rdb/rdb_test.go` (+19 -12) 📝 `scheduler.go` (+1 -1) 📝 `server.go` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:28 +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#754
No description provided.