mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #5033] [CLOSED] Add HttpClient retry logic #10374
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/5033
Author: @crobibero
Created: 1/17/2021
Status: ❌ Closed
Base:
master← Head:http-retry📝 Commits (1)
b0e5663Add 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.