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

Rethink DeadlineExceeded exception #913

Closed
daniel-sanche opened this issue Jan 11, 2024 · 1 comment
Closed

Rethink DeadlineExceeded exception #913

daniel-sanche opened this issue Jan 11, 2024 · 1 comment
Assignees
Labels
api: bigtable Issues related to the googleapis/python-bigtable API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone

Comments

@daniel-sanche
Copy link
Contributor

We are currently emitting a DeadlineExceeded exception when the overall operation times out. This could be misleading, since DeadlineExceeded is typically used to denote a single rpc failure. Maybe we should use a different exception type?

This question applies to all GCP libraries, and will likely need to be addressed at the api-core level as well as in this library

@daniel-sanche daniel-sanche added this to the v3-alpha-2 milestone Jan 11, 2024
@daniel-sanche daniel-sanche self-assigned this Jan 11, 2024
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/python-bigtable API. label Jan 11, 2024
@kolea2 kolea2 added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Feb 20, 2024
@daniel-sanche
Copy link
Contributor Author

Closing as duplicate of #901

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/python-bigtable API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants