Skip to content

Commit

Permalink
docs: add ref to back-end retry strategy docs
Browse files Browse the repository at this point in the history
Per review.
  • Loading branch information
tseaver committed Jun 10, 2021
1 parent 799012d commit 1a56e89
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/retry_timeout.rst
Expand Up @@ -55,6 +55,11 @@ See also:
Configuring Retries
--------------------

.. note::

For more background on retries, see also the
`GCS Retry Strategies Document <https://cloud.google.com/storage/docs/retry-strategy#python>`_

Methods which invoke API methods may fail for a number of reasons, some of
which represent "transient" conditions, and thus can be retried
automatically. The library tries to provide a sensible default retry policy
Expand Down

0 comments on commit 1a56e89

Please sign in to comment.