Conversation
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.
问题\n知识星球专栏在 429/1059 风控后,部分 API 优先导出路径会把可恢复的 RateLimitPaused 当成普通错误,错误走到页面兜底或摘要降级。长休眠还可能超过 checkpoint 租约,最终显示为失败。\n\n## 修复\n- 专栏目录、普通链接和文章正文三条路径均原样传播 RateLimitPaused,不再追加页面兜底请求。\n- 长休眠期间每 30 秒刷新 SQLite checkpoint 租约,不发送额外知识星球请求。\n- 知识星球插件版本升级至 1.0.8。\n\n## 验证\n- python -m unittest tests.test_zsxq_group_export(45 项通过)\n- python scripts/quality_check.py(通过)\n- 使用已授权会话对用户给出的专栏 URL 低频实测:目录 9 组 / 88 篇;首个章节、内链正文与 2 张图片成功导出。\n- 对实测中出现过 429 的短链接单独低频验证,成功导出且未递归额外请求。\n\n不包含桌面安装包构建;合并后仅触发知识星球插件热更新。