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

Fix: Do Not Retry on 404 HTTP Status Code #239

Merged
merged 1 commit into from
Jan 8, 2025

Conversation

danaospo
Copy link
Contributor

@danaospo danaospo commented Jan 8, 2025

Updated the retry logic in SPTDataLoader to exclude 404 Not Found from retryable HTTP status codes. Previously, 404 responses were retried by default, which could lead to unnecessary network requests and delays.

@danaospo danaospo force-pushed the remove-retry-on-404 branch from 78de809 to a3e197c Compare January 8, 2025 11:21
@danaospo danaospo changed the title Do not retry on 404 error code Fix: Do Not Retry on 404 HTTP Status Code Jan 8, 2025
@gitrema gitrema merged commit fde5fe9 into spotify:master Jan 8, 2025
1 check passed
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.

2 participants