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 no retry on error download state #138

Merged

Conversation

santi1234567
Copy link
Member

Description

When downloading the state on a slot, the endpoint call is heavy in terms of processing and size. A context deadline exceeded error can happen and it isn't being handled correctly as it should retry but it crashes.

Removed the return statement that prevented retrying.

Closes #137

@santi1234567 santi1234567 added the bug Something isn't working label Oct 7, 2024
@santi1234567 santi1234567 self-assigned this Oct 7, 2024
@santi1234567 santi1234567 linked an issue Oct 7, 2024 that may be closed by this pull request
@santi1234567 santi1234567 merged commit 7cac859 into master Nov 13, 2024
@santi1234567 santi1234567 deleted the 137-context-deadline-exceeded-crash-download-state branch November 13, 2024 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

context deadline exceeded crash download state
1 participant