Update from task 954a9afb-6b27-46b5-ba78-1d32387e5747#22
Merged
Conversation
Key features implemented: - Refactored src/fetchers/who_client.py to handle dict objects in WHO API responses, preventing 'dict' object has no attribute 'split' error - Added defensive parsing for child URIs and titles in WHO API responses with proper type checking - Upgraded sync workflow in .github/workflows/01-data-sync.yml to process 2500 nodes per batch instead of 500 and increased frequency to every 10 minutes - Updated src/core/db.py to include bulk insert functionality for pending nodes to reduce disk I/O - Modified pyproject.toml to add aiohttp dependency for async HTTP requests - Streamlined .gitignore to remove redundant entries and simplify configuration The changes fix the critical parsing error while significantly improving sync throughput and system resilience through asynchronous processing and optimized database operations.
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 954a9afb-6b27-46b5-ba78-1d32387e5747.