googleapis / googleapis/google-cloud-python

Reconsider DeadlineExceeded error

オープン
#15,313 コメント 1 件 リアクション 0 件 担当者 1 名 @daniel-sanche が担当を希望しています GitHub で見る
api: bigtable priority: p3 type: cleanup
主要言語
Python
スター
5.4k
フォーク
1.8k
平均マージ
2日 23時間
マージ済み PR(30日)
123

説明

Currently, we raise DeadlineExceeded if the overall operation times out, with the retries exposed as a RetryExceptionGroup attached.

Is this the right long-term decision for GA? This is a bit custom, and not how other GCP libraries handle this

Maybe a better solution would be to make a separate OperationTimeout exception, completely separate from the grpc deadline error. We can make it a subclass of RetryError in api_core, and make all libraries align on this

see https://github.com/googleapis/google-cloud-python/issues/15066

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。