CloudStorageMaven
CloudStorageMaven copied to clipboard
Turn of retry on google cloud storage
When an error occurs in the connect->list the plugin goes into a retry loop. Better to fail fast.
I can create a PR if you are ok merging it?
Will check and test. What do you propose (technically speaking)?
Pull requests are more than welcome :)
Will check and test. What do you propose (technically speaking)?
When connecting to the GCP via the API, there's a way to configure the retry strategy.
https://googleapis.dev/java/google-cloud-clients/latest/index.html
I'm not sure this documentation is up to date though, I think I've seen it named RetryStrategy or RetryOptions.