Open pbreault opened 1 year ago
Added retry configuration to the Google Cloud Storage client in https://github.com/Flank/flank/pull/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.
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.
We could work around these errors by retrying the upload when there is a connectivity error.