Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Dataset Download Handling with Skip Logic and Cleanup #63

Merged
merged 3 commits into from
Dec 11, 2024

Conversation

ubyndr
Copy link
Collaborator

@ubyndr ubyndr commented Dec 11, 2024

Fixes #62

This PR adds retry logic and handling for dataset downloads. If a download fails after the maximum retries, the process now skips that dataset, ensuring smooth execution for remaining datasets. It includes proper logging for skipped datasets and deletes incomplete files to prevent clutter. This enhancement improves robustness and error handling in the workflow.

@ubyndr ubyndr requested a review from hkir-dev December 11, 2024 09:52
@ubyndr ubyndr merged commit 02c46fa into main Dec 11, 2024
@ubyndr ubyndr deleted the 62-implement-retry-logic-for-download-errors branch December 11, 2024 13:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Retry Logic for Download Errors
2 participants