Skip to content

Commit

Permalink
Bug 1905093 - set googleapiclient retries to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrownmozilla committed Jun 27, 2024
1 parent 38e38e6 commit cfa68b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mozapkpublisher/common/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,8 @@ def _create_google_edit_resource(contact_google_play, credentials_file_name):

service = build(serviceName='androidpublisher', version='v3',
credentials=credentials,
cache_discovery=False)
cache_discovery=False,
num_retries=3)

return service.edits()
else:
Expand Down

0 comments on commit cfa68b1

Please sign in to comment.