declutter icon indicating copy to clipboard operation
declutter copied to clipboard

Not clearing radarr queue with stalled connections

Open subexx opened this issue 4 months ago • 0 comments

I use rdt-client form downloads. I can see the program detects the stalled downloads but not clearing them.

Here are my settings

      ## Features 
      REMOVE_TIMER: 10
      REMOVE_FAILED: True
      REMOVE_FAILED_IMPORTS: True
      REMOVE_METADATA_MISSING: False
      REMOVE_MISSING_FILES: False
      REMOVE_ORPHANS: True
      REMOVE_SLOW: True  # Keep this one
      REMOVE_STALLED: True
      REMOVE_UNMONITORED: False
      RUN_PERIODIC_RESCANS: |
        {
          "SONARR": {"MISSING": true, "CUTOFF_UNMET": true, "MAX_CONCURRENT_SCANS": 3, "MIN_DAYS_BEFORE_RESCAN": 3},
          "RADARR": {"MISSING": true, "CUTOFF_UNMET": true, "MAX_CONCURRENT_SCANS": 3, "MIN_DAYS_BEFORE_RESCAN": 3}
        }

      # Feature Settings
      PERMITTED_ATTEMPTS: 3
      #NO_STALLED_REMOVAL_QBIT_TAG: Don't Kill
      MIN_DOWNLOAD_SPEED: 100     
      FAILED_IMPORT_MESSAGE_PATTERNS: |
        [
          "Not a Custom Format upgrade for existing", 
          "Not an upgrade for existing",
          "The download is stalled with no connections"
        ]

Relevant logs.

https://pastebin.com/E1KJjb3u

subexx avatar Oct 14 '24 00:10 subexx