fix(subscribeassistantenhanced): add bounded queue timeout grace - #357
Merged
Merged
Conversation
InfinityPacer
enabled auto-merge (squash)
July 20, 2026 10:23
InfinityPacer
disabled auto-merge
July 20, 2026 10:23
MichelJay
pushed a commit
to MichelJay/MoviePilot-Plugins
that referenced
this pull request
Jul 21, 2026
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.
变更说明
2个超时窗口;默认超时为 2 小时时,持续排队任务最长观察 6 小时。queuedDL与 Transmissiondownload pending共享累计宽限,反复进出排队状态不会重置额度。stalledDL、元数据等待、暂停、校验等非排队状态继续按原低进度窗口处理,状态长期不更新也不会永久绕过删种。影响范围
plugins.v2/subscribeassistantenhanced/tests/v2/subscribeassistantenhanced/验证
33 passed,v22185 passed1327 passed93.38%,method98.26%37 passed,typecheck 与生产构建通过git diff --check通过交付方式
本 PR 为 PR-only 维护变更,不包含插件版本升级、tag 或 GitHub Release。
Fixes #349