Merge branch 'cc-5709-airtime-analyzer' into saas
This commit is contained in:
commit
490a9c0d06
14 changed files with 65 additions and 44 deletions
|
@ -44,5 +44,8 @@ while not successful:
|
|||
logging.error("traceback: %s", traceback.format_exc())
|
||||
sys.exit(1)
|
||||
else:
|
||||
logging.error(str(e))
|
||||
logging.error("traceback: %s", traceback.format_exc())
|
||||
logging.info("Retrying in 3 seconds...")
|
||||
time.sleep(3)
|
||||
attempts += 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue