Skip to content
New issue

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

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

Already on GitHub? # to your account

Retry apk uploads on connectivity issues #2340

Open
pbreault opened this issue Dec 14, 2022 · 1 comment
Open

Retry apk uploads on connectivity issues #2340

pbreault opened this issue Dec 14, 2022 · 1 comment
Labels

Comments

@pbreault
Copy link

I've observed gcloud timeouts in a CI job that runs fladle on multiple modules in parallel.
Most apk uploads succeeded but a few failed. Could be a transient error on gcloud or a temporary connectivity hiccup.

Error on uploading my-test-apk.apk
Cause: com.google.cloud.storage.StorageException: Read timed out

We could work around these errors by retrying the upload when there is a connectivity error.

@schnecle
Copy link
Collaborator

Added retry configuration to the Google Cloud Storage client in #2437

It's present in https://github.com/Flank/flank/releases/tag/v23.10.0

Let us know if that helps with the issue you were experiencing.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants