[PR #21] [MERGED] Allow custom retry count #2568

Closed
opened 2026-03-15 20:51:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/21
Author: @hibiken
Created: 12/21/2019
Status: Merged
Merged: 12/21/2019
Merged by: @hibiken

Base: masterHead: feature/retrycount


📝 Commits (3)

  • fc66aaa Update CLI description
  • 4229073 Allow user to define a max retry count for a task
  • f5b7e0c Document options precedence

📊 Changes

5 files changed (+175 additions, -26 deletions)

View changed files

📝 asynq.go (+0 -4)
📝 asynq_test.go (+17 -0)
📝 client.go (+48 -3)
📝 client_test.go (+109 -18)
📝 tools/asynqmon/cmd/root.go (+1 -1)

📄 Description

Closes #19


🔄 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/21 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 12/21/2019 **Status:** ✅ Merged **Merged:** 12/21/2019 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/retrycount` --- ### 📝 Commits (3) - [`fc66aaa`](https://github.com/hibiken/asynq/commit/fc66aaa47fdba9ed4836b9b1960db4bc6170d4b8) Update CLI description - [`4229073`](https://github.com/hibiken/asynq/commit/4229073a249f5b54a6acd9045bc371293c44a3ef) Allow user to define a max retry count for a task - [`f5b7e0c`](https://github.com/hibiken/asynq/commit/f5b7e0cccdec53ebb1d2aa400e45bdecd411850a) Document options precedence ### 📊 Changes **5 files changed** (+175 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `asynq.go` (+0 -4) 📝 `asynq_test.go` (+17 -0) 📝 `client.go` (+48 -3) 📝 `client_test.go` (+109 -18) 📝 `tools/asynqmon/cmd/root.go` (+1 -1) </details> ### 📄 Description Closes #19 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 20:51:30 +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#2568
No description provided.