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

🏗 Attempt to execute the upload command to R2 up to seven times #39372

Merged

Conversation

danielrozenberg
Copy link
Member

@danielrozenberg danielrozenberg commented Aug 15, 2023

We're getting repeated failures for the job that uploads nightly builds to Cloudflare's R2. This PR updates the S3 client library we use and increases the number of attempts from (the default) 3 to 7 attempts, because I don't have better ideas.

Tag-along change: change how we print progress, because CircleCI doesn't display background colours

This PR won't affect the currently failing nightly, but hopefully it'll work tomorrow!

@danielrozenberg danielrozenberg merged commit d228f74 into ampproject:main Aug 15, 2023
10 checks passed
@danielrozenberg danielrozenberg deleted the try-seven-times-try branch August 15, 2023 16:41
@estherkim
Copy link
Collaborator

Still getting intermittent failures. Screenshot from today, Aug 29
image

@danielrozenberg
Copy link
Member Author

Not really sure what else to try. Right now file uploads are being parallelized, I can try to make them sequential. That would probably mean taking a long time to upload, but I guess we don't care about that too much since it's a nightly job? wdyt?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants