fix(config): degrade gracefully when remote config source is unreachable - #182
Merged
Conversation
- fetchRemoteJson 双路降级:初始 fetch 失败与 response body 读取/解码失败均返回 undefined(源不可达),由 fetchRemoteJson 记 warning
- wellknown 源不可达 → 跳过该源(continue),本地配置完全可用;secondary remote_config 不可达 → 合并空({}),与主路径行为一致
- 测试:wellknown-offline.test.ts 覆盖 fetch 失败与 body 读取中途报错两条降级路径
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.
内容
验证
备注