Skip to content

feat(transport): exponential retry backoff for Redis SDK-managed retries#234

Merged
rocky-jaiswal merged 1 commit into
mainfrom
feat/redis-retry-backoff
Jun 8, 2026
Merged

feat(transport): exponential retry backoff for Redis SDK-managed retries#234
rocky-jaiswal merged 1 commit into
mainfrom
feat/redis-retry-backoff

Conversation

@rocky-jaiswal

Copy link
Copy Markdown
Contributor
  • Add: opt-in exponential backoff between SDK-managed retries on the Redis transport. A failing message is reclaimed once it's been idle for retry_on_idle_ms × (multiplier ** retry_count), capped at retry_backoff_max_ms, so a repeatedly-failing message backs off (30s → 60s → 120s …) instead of being retried on a fixed clock — giving an overloaded ownstream room to recover.

  • CI: added a Redis service to the test job so the Redis integration suite
    (45 tests) actually runs on every PR — it was being silently skipped.

@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

QualOps Code Quality Analysis

Status: ✅ PASSED - No issues found

Summary

  • Total Issues: 0
  • Critical: 0 🔴
  • High: 0 🟠
  • Medium: 0 🟡
  • Low: 0 🟢
  • Files Analyzed: 0

No issues found in the analyzed code.

📊 Full Report

View detailed report


Powered by QualOps

@rocky-jaiswal rocky-jaiswal merged commit d85b0b4 into main Jun 8, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants