tustvold commented on PR #513: URL: https://github.com/apache/arrow-rs-object-store/pull/513#issuecomment-3419871222
I think a way to configure alternative backoff strategies would be valuable. For context the current backoff mechanism was added largely to handle transient 500 errors and timeouts. This favours retrying quickly but up to a very low retry limit. If the desire is to handle some other scenario a different approach is likely warranted. Allowing people to configure this would be great, but we should be careful to change the current behaviour, at the very least not in a point release. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
