[PR #5033] [CLOSED] Add HttpClient retry logic #10374

Closed
opened 2026-02-07 06:19:09 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/5033
Author: @crobibero
Created: 1/17/2021
Status: Closed

Base: masterHead: http-retry


📝 Commits (1)

  • b0e5663 Add HttpClient retry logic

📊 Changes

3 files changed (+34 additions, -2 deletions)

View changed files

Jellyfin.Server/Configuration/HttpClientPolicyConfiguration.cs (+26 -0)
📝 Jellyfin.Server/Jellyfin.Server.csproj (+3 -0)
📝 Jellyfin.Server/Startup.cs (+5 -2)

📄 Description

Sourced from: https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly

Jitter from: https://github.com/Polly-Contrib/Polly.Contrib.WaitAndRetry#new-jitter-recommendation


🔄 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/jellyfin/jellyfin/pull/5033 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 1/17/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `http-retry` --- ### 📝 Commits (1) - [`b0e5663`](https://github.com/jellyfin/jellyfin/commit/b0e5663514f9ae2645bd7ae57e74a92deba842fa) Add HttpClient retry logic ### 📊 Changes **3 files changed** (+34 additions, -2 deletions) <details> <summary>View changed files</summary> ➕ `Jellyfin.Server/Configuration/HttpClientPolicyConfiguration.cs` (+26 -0) 📝 `Jellyfin.Server/Jellyfin.Server.csproj` (+3 -0) 📝 `Jellyfin.Server/Startup.cs` (+5 -2) </details> ### 📄 Description Sourced from: https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/implement-http-call-retries-exponential-backoff-polly Jitter from: https://github.com/Polly-Contrib/Polly.Contrib.WaitAndRetry#new-jitter-recommendation --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:19:09 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10374