[PR #56] [MERGED] Add syncer to retry failed requests to redis #1582

Closed
opened 2026-03-07 22:11:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/56
Author: @hibiken
Created: 1/18/2020
Status: Merged
Merged: 1/18/2020
Merged by: @hibiken

Base: masterHead: fix/failover


📝 Commits (2)

  • 7b3d084 Add syncer to retry failed redis commands
  • 80a65c1 Fix benchmark tests

📊 Changes

7 files changed (+233 additions, -17 deletions)

View changed files

📝 asynq_test.go (+8 -2)
📝 background.go (+9 -1)
📝 benchmark_test.go (+14 -6)
📝 processor.go (+29 -4)
📝 processor_test.go (+4 -4)
syncer.go (+70 -0)
syncer_test.go (+99 -0)

📄 Description

Closes #55


🔄 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/56 **Author:** [@hibiken](https://github.com/hibiken) **Created:** 1/18/2020 **Status:** ✅ Merged **Merged:** 1/18/2020 **Merged by:** [@hibiken](https://github.com/hibiken) **Base:** `master` ← **Head:** `fix/failover` --- ### 📝 Commits (2) - [`7b3d084`](https://github.com/hibiken/asynq/commit/7b3d08473a4ff58e21421c010c288c68330c19a8) Add syncer to retry failed redis commands - [`80a65c1`](https://github.com/hibiken/asynq/commit/80a65c129a36c4656e2415a170b2051f0eac1af9) Fix benchmark tests ### 📊 Changes **7 files changed** (+233 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `asynq_test.go` (+8 -2) 📝 `background.go` (+9 -1) 📝 `benchmark_test.go` (+14 -6) 📝 `processor.go` (+29 -4) 📝 `processor_test.go` (+4 -4) ➕ `syncer.go` (+70 -0) ➕ `syncer_test.go` (+99 -0) </details> ### 📄 Description Closes #55 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:11:25 +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#1582
No description provided.