Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,7 @@ def __init__(self, initial_backoff=15, increment_base=3, retry_total=3,
'''
Constructs an Exponential retry object. The initial_backoff is used for
the first retry. Subsequent retries are retried after initial_backoff +
increment_power^retry_count seconds. For example, by default the first retry
occurs after 15 seconds, the second after (15+3^1) = 18 seconds, and the
third after (15+3^2) = 24 seconds.
increment_power^retry_count seconds.

:param int initial_backoff:
The initial backoff interval, in seconds, for the first retry.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,7 @@ def __init__(self, initial_backoff=15, increment_base=3, retry_total=3,
'''
Constructs an Exponential retry object. The initial_backoff is used for
the first retry. Subsequent retries are retried after initial_backoff +
increment_power^retry_count seconds. For example, by default the first retry
occurs after 15 seconds, the second after (15+3^1) = 18 seconds, and the
third after (15+3^2) = 24 seconds.
increment_power^retry_count seconds.

:param int initial_backoff:
The initial backoff interval, in seconds, for the first retry.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,7 @@ def __init__(self, initial_backoff=15, increment_base=3, retry_total=3,
'''
Constructs an Exponential retry object. The initial_backoff is used for
the first retry. Subsequent retries are retried after initial_backoff +
increment_power^retry_count seconds. For example, by default the first retry
occurs after 15 seconds, the second after (15+3^1) = 18 seconds, and the
third after (15+3^2) = 24 seconds.
increment_power^retry_count seconds.

:param int initial_backoff:
The initial backoff interval, in seconds, for the first retry.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -527,9 +527,7 @@ def __init__(self, initial_backoff=15, increment_base=3, retry_total=3,
'''
Constructs an Exponential retry object. The initial_backoff is used for
the first retry. Subsequent retries are retried after initial_backoff +
increment_power^retry_count seconds. For example, by default the first retry
occurs after 15 seconds, the second after (15+3^1) = 18 seconds, and the
third after (15+3^2) = 24 seconds.
increment_power^retry_count seconds.

:param int initial_backoff:
The initial backoff interval, in seconds, for the first retry.
Expand Down