Update from task 1b82cc0f-e2e8-4a10-a6e4-5b0be998cab1#32
Merged
Hidden character warning
The head ref may contain hidden characters: "icd-11-\u0441\u0438\u043d\u0445\u0440\u043e\u043d\u0438\u0437\u0430\u0446\u0438\u044f-\u0441-\u043e\u0448\u0438\u0431\u043a\u0430\u043c\u0438-8cab1"
Conversation
- Replace tenacity retry decorator with manual retry logic in fetch_node_data_safe to fix RuntimeError with aiohttp sessions - Implement fallback mechanism to extract child URIs from root MMS response instead of relying solely on latestRelease endpoint - Add support for fallback release versions (2026-01, 2025-01, etc.) when latestRelease is unavailable - Enhance error logging with detailed status codes, error messages and response text for debugging - Update GitHub Actions workflow with 30-minute timeout and always-commit strategy for robustness - Distinguish between 4xx client errors (no retry) and 5xx server errors (with retry/backoff) in HTTP handling - Improve SSL handling with trust_env=True for proper certificate management in GitHub Actions - Add comprehensive exception handling during initial queue seeding to prevent process crashes - Refactor seed_initial_queue logic to prioritize root URI children extraction over latestRelease requests
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.
This PR was created by qwen-chat coder for task 1b82cc0f-e2e8-4a10-a6e4-5b0be998cab1.