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

Configurable timeout for method calls #81

Closed
ParthGandhi opened this issue Sep 25, 2015 · 3 comments
Closed

Configurable timeout for method calls #81

ParthGandhi opened this issue Sep 25, 2015 · 3 comments

Comments

@ParthGandhi
Copy link

On connection errors it retries for about 30 sec. Is there a way to configure that?

@danielhochman
Copy link
Contributor

I ran into the same issue. It's possible to override botocore's retry handling by copying _retry.json into ~/.aws/models/_retry.json and modifying the policy for DynamoDB.

Also, the current code on the development branch circumvents botocore for request handling. So as of next release, you will no longer need this override. Any retry handling will need to be built into your application or a future version of PynamoDB.

@danielhochman
Copy link
Contributor

Release 1.4.3 now has #72. There is no retry handling under the hood in 1.4.3.

@ParthGandhi
Copy link
Author

@danielhochman Thanks! Closing this, but lets discuss further in #80 .

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

2 participants