-
Notifications
You must be signed in to change notification settings - Fork 14
Add retries to sha256 checksum calculation task #1937
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
Conversation
I think this would close #471 |
2b3930b
to
725d5b0
Compare
f8c7c91
to
cbc1c99
Compare
cbc1c99
to
500914b
Compare
500914b
to
d4d5010
Compare
I've reworked this PR to instead simply add retries to the sha256 checksum calculation task. This largely overlaps with my original implementation functionally, and will be easier to incrementally determine exactly why this is happening (a cron job would simply mask and/or extend the problem indefinitely). As a follow up PR, I'd like to investigate if adding a |
🚀 PR was released in |
Closes #471