Skip to content

v0.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Jul 23:28
422a38e

Added

  • max_queue_size setting (global and per-instance, default 0 = disabled). Before searching an instance, Rangarr measures its active download-queue depth (items that are downloading, queued, paused, or in delay) and queues only enough new items to keep the queue at or below the threshold, split proportionally between missing and upgrade searches. If the queue is already at or above the threshold the instance is skipped for that cycle; if the queue endpoint cannot be reached the instance is skipped (fail-closed).