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

Java SDK source code #111

Open
ghost opened this issue May 4, 2018 · 1 comment
Open

Java SDK source code #111

ghost opened this issue May 4, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented May 4, 2018

Not an issue exactly, but I couldn't find out the Java SDK sources. Anyway, my query is do the client retries defined in RetryOptions take place asynchronously or does it sleep as in python sdk source I found
time.sleep(retry_policy.retry_after_in_milliseconds / 1000.0)

@srinathnarayanan
Copy link
Contributor

The retries are performed after a sleep, similar to the python SDK

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