Skip to content

Conversation

H-PRessl
Copy link
Contributor

client_runtime_context.execute_query_retry takes an exceptions parameter that controls what exceptions would be retried. client_object.execute_query_retry does not have that parameter, despite simply wrapping client_runtime_context.execute_query_retry.

As far as I can tell, this was simply an oversight when the parameter was added to the method in client_runtime_context, and I see no reason why client_object should not also have that parameter.

…or client_runtime_context.execute_query_retry
@H-PRessl
Copy link
Contributor Author

I just saw ClientResult uses this as well and is also missing the parameter. I will add that when I get home.

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

Successfully merging this pull request may close these issues.

2 participants