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
If your application is uploading singular files as users interact with them, encountering this will be uncommon. The exception returns a Retry-After of zero, indicating that your application should simply retry the upload.
Would you be interested in a pr taking the retry after field into account?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi Team,
I was looking into the way retries after a 429 Response are handled:
#48
to my understanding, this does not take the retryAfter response field into account, but exponentially increases backOff time.
https://www.dropbox.com/developers/documentation/http/documentation
https://developers.dropbox.com/dbx-performance-guide
Would you be interested in a pr taking the retry after field into account?
Beta Was this translation helpful? Give feedback.
All reactions