Skip to content

Commit

Permalink
Update archive.py
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire authored Jun 17, 2023
1 parent 2b53013 commit ccfc292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newshomepages/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def _get_file_dict(data: typing.Dict, input_dir: Path) -> typing.Dict:
return file_dict


@retry(tries=5, delay=90)
@retry(tries=5, delay=90, jitter=(-30, 30))
def _upload(
data: typing.Dict,
identifier: str,
Expand Down

0 comments on commit ccfc292

Please sign in to comment.