You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Put the upload blob and queue send message into a looping try catch that tries to do the action 3 times with 5 seconds between attempts.
* Moved the retry to the common performance file for use anywhere a retry on exception may be warranted. Then updated the upload.py upload and queue steps to use this new function, along with updating upload to hold a failure instead of excepting out at the first failure. This will ensure we still collect as much data as possible regardless of if the upload flow is broken.
0 commit comments