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

Backoff Exceptions #4

Open
amircs opened this issue Aug 8, 2016 · 1 comment
Open

Backoff Exceptions #4

amircs opened this issue Aug 8, 2016 · 1 comment

Comments

@amircs
Copy link
Member

amircs commented Aug 8, 2016

Currently, we catch the following exceptions for backoff :

java.net.SocketTimeoutException
com.google.api.client.googleapis.json.GoogleJsonResponseException  (500 Internal Server Error)

Throws for every other exceptions.

@amircs
Copy link
Member Author

amircs commented Aug 8, 2016

        /** The default maximum elapsed time in milliseconds (15 minutes). */
        /** The default maximum back off time in milliseconds (1 minute). */

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

No branches or pull requests

1 participant