Skip to content

Commit 13a2878

Browse files
authored
Remove backoff_jitter (#121)
1 parent ac449ad commit 13a2878

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

harmony/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ def _session(self):
170170
retry_strategy = Retry(
171171
total=3,
172172
backoff_factor=1, # Wait 1, 2, 4 seconds between retries
173-
backoff_jitter=0.5,
174173
status_forcelist=[429, 500, 502, 503, 504],
175174
allowed_methods=["GET"],
176175
raise_on_status=False,

0 commit comments

Comments
 (0)