commit | da1bfc9cfdf259b5f28c0f89408065b03afb9894 | [log] [tgz] |
---|---|---|
author | Isaac Good <IsaacG@users.noreply.github.com> | Wed Apr 27 09:43:10 2022 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 27 16:43:10 2022 +0000 |
tree | 146b7af5890ca6f837d38cfadb8121aa094d0fb8 | |
parent | a85896547de516efed5884dad1e6a0c7a6e7b2e4 [diff] |
Implement a wait.wait_exponential_jitter per Google's storage guide (#351) * Implement a wait.wait_exponential_jitter per Google's storage retry guide * Define a ClientError so Sphinx does not fail * Fix spelling typos * Simplify typing, replacing `int | float` with `float` * Drop needless `#noqa` Co-authored-by: Isaac Good <goodi@twosigma.com>