mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-02-04 03:16:52 -06:00
[PR #40] [MERGED] Add configurable number of retries and timeout for http calls #291
Loading…
x
Reference in New Issue
Block a user
No description provided.
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/Cleanuparr/Cleanuparr/pull/40
Author: @Flaminel
Created: 1/14/2025
Status: ✅ Merged
Merged: 1/14/2025
Merged by: @Flaminel
Base:
main← Head:add_retry_policy📝 Commits (1)
c4859f9added configurable number of retries and timeout for http calls📊 Changes
15 files changed (+75 additions, -19 deletions)
View changed files
📝
README.md(+3 -1)➕
code/Common/Configuration/General/HttpConfig.cs(+20 -0)📝
code/Common/Configuration/General/TriggersConfig.cs(+1 -1)📝
code/Common/Helpers/Constants.cs(+2 -0)📝
code/Executable/DependencyInjection/MainDI.cs(+28 -12)📝
code/Executable/DependencyInjection/QuartzDI.cs(+1 -0)📝
code/Executable/Executable.csproj(+1 -0)📝
code/Executable/appsettings.Development.json(+2 -0)📝
code/Executable/appsettings.json(+2 -0)📝
code/Infrastructure/Infrastructure.csproj(+2 -2)📝
code/Infrastructure/Verticals/Arr/ArrClient.cs(+2 -1)📝
code/Infrastructure/Verticals/ContentBlocker/BlocklistProvider.cs(+2 -1)📝
code/Infrastructure/Verticals/DownloadClient/QBittorrent/QBitService.cs(+3 -1)📝
code/Infrastructure/Verticals/DownloadClient/Transmission/TransmissionService.cs(+3 -0)📝
code/test/docker-compose.yml(+3 -0)📄 Description
Relates to #36
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.