Skip to content

Commit 1a56e89

Browse files
committed
docs: add ref to back-end retry strategy docs
Per review.
1 parent 799012d commit 1a56e89

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/retry_timeout.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ See also:
5555
Configuring Retries
5656
--------------------
5757

58+
.. note::
59+
60+
For more background on retries, see also the
61+
`GCS Retry Strategies Document <https://cloud.google.com/storage/docs/retry-strategy#python>`_
62+
5863
Methods which invoke API methods may fail for a number of reasons, some of
5964
which represent "transient" conditions, and thus can be retried
6065
automatically. The library tries to provide a sensible default retry policy

0 commit comments

Comments
 (0)