[PR #308] Fix Deluge crashing #171

Open
opened 2025-10-09 16:59:50 -05:00 by giteasync · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Cleanuparr/Cleanuparr/pull/308
Author: @Flaminel
Created: 9/17/2025
Status: 🔄 Open

Base: mainHead: fix_deluge_crashing


📝 Commits (5)

  • f5335fe added a 5s delay between queue item removals
  • 4593a13 Revert "added a 5s delay between queue item removals"
  • 4175a8b added download pausing for Deluge before queue removal
  • 3916843 removed concurrency for queue removal; removed torrent pausing
  • f8f438d added torrent pausing back

📊 Changes

6 files changed (+44 additions, -12 deletions)

View changed files

📝 code/backend/Cleanuparr.Api/DependencyInjection/MainDI.cs (+2 -2)
📝 code/backend/Cleanuparr.Application/Features/MalwareBlocker/MalwareBlocker.cs (+13 -5)
📝 code/backend/Cleanuparr.Application/Features/QueueCleaner/QueueCleaner.cs (+13 -5)
📝 code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/Deluge/DelugeClient.cs (+5 -0)
📝 code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/Deluge/DelugeService.cs (+9 -0)
📝 code/backend/Cleanuparr.Infrastructure/Features/DownloadRemover/QueueItemRemover.cs (+2 -0)

📄 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/308 **Author:** [@Flaminel](https://github.com/Flaminel) **Created:** 9/17/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix_deluge_crashing` --- ### 📝 Commits (5) - [`f5335fe`](https://github.com/Cleanuparr/Cleanuparr/commit/f5335feca7d39ac591b65ac58a83e42cf314359b) added a 5s delay between queue item removals - [`4593a13`](https://github.com/Cleanuparr/Cleanuparr/commit/4593a13e74c399acc11634a7375a679061135fb6) Revert "added a 5s delay between queue item removals" - [`4175a8b`](https://github.com/Cleanuparr/Cleanuparr/commit/4175a8b69bfc0d51407a9474389b90a40a065e68) added download pausing for Deluge before queue removal - [`3916843`](https://github.com/Cleanuparr/Cleanuparr/commit/3916843cee8b359ff9b57553653cac74b676841f) removed concurrency for queue removal; removed torrent pausing - [`f8f438d`](https://github.com/Cleanuparr/Cleanuparr/commit/f8f438d3e75fc9c4510e15e0827429ca25eaa07b) added torrent pausing back ### 📊 Changes **6 files changed** (+44 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `code/backend/Cleanuparr.Api/DependencyInjection/MainDI.cs` (+2 -2) 📝 `code/backend/Cleanuparr.Application/Features/MalwareBlocker/MalwareBlocker.cs` (+13 -5) 📝 `code/backend/Cleanuparr.Application/Features/QueueCleaner/QueueCleaner.cs` (+13 -5) 📝 `code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/Deluge/DelugeClient.cs` (+5 -0) 📝 `code/backend/Cleanuparr.Infrastructure/Features/DownloadClient/Deluge/DelugeService.cs` (+9 -0) 📝 `code/backend/Cleanuparr.Infrastructure/Features/DownloadRemover/QueueItemRemover.cs` (+2 -0) </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 16:59:50 -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#171
No description provided.