Skip to content

Commit

Permalink
chore: increase retry times to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
am6010 committed Jun 13, 2024
1 parent 664f739 commit 3328028
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def request_headers(
) -> Mapping[str, Any]:
return {"Accept": "application/json"}

@property
def max_retries(self) -> Union[int, None]:
"""
Override if needed. Specifies maximum amount of retries for backoff policy. Return None for no limit.
Expand Down

0 comments on commit 3328028

Please sign in to comment.