You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).