[PR #40] [MERGED] Add configurable number of retries and timeout for http calls #291

Closed
opened 2025-10-09 17:00:47 -05:00 by giteasync · 0 comments
Owner

📋 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: mainHead: add_retry_policy


📝 Commits (1)

  • c4859f9 added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Cleanuparr/Cleanuparr/pull/40 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 1/14/2025 **Status:** ✅ Merged **Merged:** 1/14/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `add_retry_policy` --- ### 📝 Commits (1) - [`c4859f9`](https://github.com/Cleanuparr/Cleanuparr/commit/c4859f9936cd03c266998d9ecdfa407dc7363c6f) added configurable number of retries and timeout for http calls ### 📊 Changes **15 files changed** (+75 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Relates to #36 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-10-09 17:00:47 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr-Cleanuparr#291
No description provided.