[PR #241] [MERGED] Try #1 to fix memory leak #207

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

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/241
Author: @Flaminel
Created: 7/22/2025
Status: Merged
Merged: 7/22/2025
Merged by: @Flaminel

Base: mainHead: try_fix_memory_leak


📝 Commits (1)

📊 Changes

12 files changed (+107 additions, -87 deletions)

View changed files

📝 code/backend/Cleanuparr.Api/DependencyInjection/ServicesDI.cs (+25 -27)
📝 code/backend/Cleanuparr.Api/HostExtensions.cs (+5 -2)
📝 code/backend/Cleanuparr.Api/Jobs/BackgroundJobManager.cs (+10 -6)
📝 code/backend/Cleanuparr.Api/Jobs/GenericJob.cs (+7 -5)
📝 code/backend/Cleanuparr.Api/Program.cs (+16 -12)
📝 code/backend/Cleanuparr.Infrastructure/Events/EventCleanupService.cs (+4 -4)
📝 code/backend/Cleanuparr.Infrastructure/Features/ContentBlocker/BlocklistProvider.cs (+5 -4)
📝 code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/DownloadServiceFactory.cs (+4 -3)
📝 code/backend/Cleanuparr.Infrastructure/Health/HealthCheckService.cs (+10 -10)
📝 code/backend/Cleanuparr.Infrastructure/Http/DynamicHttpClientProvider.cs (+5 -4)
📝 code/backend/Cleanuparr.Infrastructure/Http/DynamicHttpClientSystem/DynamicHttpClientConfiguration.cs (+7 -5)
📝 code/backend/Cleanuparr.Infrastructure/Http/DynamicHttpClientSystem/HttpClientConfigurationService.cs (+9 -5)

📄 Description

No description provided


🔄 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/241 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 7/22/2025 **Status:** ✅ Merged **Merged:** 7/22/2025 **Merged by:** [@Flaminel](https://github.com/Flaminel) **Base:** `main` ← **Head:** `try_fix_memory_leak` --- ### 📝 Commits (1) - [`2c8c223`](https://github.com/Cleanuparr/Cleanuparr/commit/2c8c223962f7c0c2e4cdbe10947b4b6ce98bef6c) try #1 to fix memory leak ### 📊 Changes **12 files changed** (+107 additions, -87 deletions) <details> <summary>View changed files</summary> 📝 `code/backend/Cleanuparr.Api/DependencyInjection/ServicesDI.cs` (+25 -27) 📝 `code/backend/Cleanuparr.Api/HostExtensions.cs` (+5 -2) 📝 `code/backend/Cleanuparr.Api/Jobs/BackgroundJobManager.cs` (+10 -6) 📝 `code/backend/Cleanuparr.Api/Jobs/GenericJob.cs` (+7 -5) 📝 `code/backend/Cleanuparr.Api/Program.cs` (+16 -12) 📝 `code/backend/Cleanuparr.Infrastructure/Events/EventCleanupService.cs` (+4 -4) 📝 `code/backend/Cleanuparr.Infrastructure/Features/ContentBlocker/BlocklistProvider.cs` (+5 -4) 📝 `code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/DownloadServiceFactory.cs` (+4 -3) 📝 `code/backend/Cleanuparr.Infrastructure/Health/HealthCheckService.cs` (+10 -10) 📝 `code/backend/Cleanuparr.Infrastructure/Http/DynamicHttpClientProvider.cs` (+5 -4) 📝 `code/backend/Cleanuparr.Infrastructure/Http/DynamicHttpClientSystem/DynamicHttpClientConfiguration.cs` (+7 -5) 📝 `code/backend/Cleanuparr.Infrastructure/Http/DynamicHttpClientSystem/HttpClientConfigurationService.cs` (+9 -5) </details> ### 📄 Description _No description provided_ --- <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:16 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Cleanuparr#207
No description provided.