Bug 1652803 - Retry symbol uploading a couple additional times r=bpitts

Differential Revision: https://phabricator.services.mozilla.com/D83802
This commit is contained in:
Ricky Stewart 2020-07-16 15:58:56 +00:00
parent f7a92e55fd
commit bfb4566c24

View File

@ -25,7 +25,7 @@ log = logging.getLogger('upload-symbols')
log.setLevel(logging.INFO)
DEFAULT_URL = 'https://symbols.mozilla.org/upload/'
MAX_RETRIES = 5
MAX_RETRIES = 7
def print_error(r):