[PR #33] [MERGED] Introduce Config type #2577

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

📋 Pull Request Information

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

Base: masterHead: feature/bgcfg


📝 Commits (3)

  • 17834bd Add Config type to configure background processing behavior
  • 7aa482b Allow user to specify retry delay duration
  • ede0b18 Minor cleanup

📊 Changes

7 files changed (+94 additions, -44 deletions)

View changed files

📝 README.md (+6 -2)
📝 background.go (+41 -4)
📝 background_test.go (+3 -1)
📝 client.go (+1 -1)
📝 doc.go (+3 -5)
📝 processor.go (+17 -21)
📝 processor_test.go (+23 -10)

📄 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/33 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 12/30/2019 **Status:** ✅ Merged **Merged:** 12/30/2019 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `feature/bgcfg` --- ### 📝 Commits (3) - [`17834bd`](https://github.com/hibiken/asynq/commit/17834bdbb80bd3375cd05a5011697980a708f8f2) Add Config type to configure background processing behavior - [`7aa482b`](https://github.com/hibiken/asynq/commit/7aa482bf1755c771a040e9a44e6f92fd78ab01ea) Allow user to specify retry delay duration - [`ede0b18`](https://github.com/hibiken/asynq/commit/ede0b1880dad45bb960711ec280a95fcc3013f34) Minor cleanup ### 📊 Changes **7 files changed** (+94 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+6 -2) 📝 `background.go` (+41 -4) 📝 `background_test.go` (+3 -1) 📝 `client.go` (+1 -1) 📝 `doc.go` (+3 -5) 📝 `processor.go` (+17 -21) 📝 `processor_test.go` (+23 -10) </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-15 20:52:02 +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#2577
No description provided.