Fix Plex stability, improve import speed, and restore bulk queue actions - #171
Merged
Conversation
…an calls Removes the explicit trigger of 'DownloadedMoviesScan' (Radarr) and 'DownloadedEpisodesScan' (Sonarr) immediately after 'RefreshMonitoredDownloads'. 'RefreshMonitoredDownloads' is the correct method for notifying Arrs to check the download client queue (SABnzbd/AltMount). Triggering both in sequence caused race conditions and potential 500 errors in Radarr as reported in issue logs.
… and explicit category mapping (#166)
- Implement SABnzbd 4.5 API features (pagination, ETA, raw speed, disk space) - Add centralized ARR health proxy endpoint - Improve Sonarr/Radarr queue cleanup with additional error patterns - Fix Sonarr scan trigger commands to use RefreshMonitoredDownloads
…es by trimming leading slashes
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
…cleanup and concurrency refactoring
…o fix redundant checks
…er symlink support
…n including STRM resolution
… imports and 30s for health checks
…fix bulk deletion in queue
…prevent Rclone I/O
…porting scheduler functions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR consolidates several critical stability and performance improvements, while maintaining compatibility with proven 'Alpha 5' workflows:
🚀 Performance & Importer
/tmp/altmount-uploads/folder structure, matching proven Alpha 5 behavior.🛡️ Reliability & Plex Stability
🛠️ Database & UI
📝 Key Commit Summary
22e87e6revert: restore Alpha 5 behavior by using /tmp/altmount-uploads for SABnzbd storagea17f675fix(database): implement RestartQueueItemsBulk to enable bulk restart in queue UI7fcdbcffix(database): restore missing RemoveFromQueueBulk implementation to fix bulk deletion in queue7c3d671feat(importer): implement fast-failure validation with 5s timeout for imports and 30s for health checksa07ae63feat(import): implement lenient import by skipping health checks during processing1277063ui(health): fix text wrapping in health config to prevent horizontal scrollbar85dac36ui(health): update library_dir description and validation for NONE strategye2e135efix(health): allow library_dir to be optional when import strategy is NONE07eb02cfeat(health): implement automatic background release date backfill for all users30821acfeat(api): support all import strategies in webhook path normalization including STRM resolution