Skip to content

Commit

Permalink
rm 429 (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Feb 9, 2024
1 parent c6dfe31 commit d2ee8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/langsmith/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def _default_retry_config() -> Retry:
"""
retry_params = dict(
total=3,
status_forcelist=[502, 503, 504, 408, 425, 429],
status_forcelist=[502, 503, 504, 408, 425],
backoff_factor=0.5,
# Sadly urllib3 1.x doesn't support backoff_jitter
raise_on_redirect=False,
Expand Down

0 comments on commit d2ee8b5

Please sign in to comment.