-
-
Notifications
You must be signed in to change notification settings - Fork 878
Allow disabling retry logic #607
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Agreed, this is a good candidate for a new configuration logic being discussed in #570 |
Awesome! Indeed, #570 is needed as many additions and improvements are added to the framework. |
@natanrolnik I just updated #570 with the ability to disable/adjust the retry attempts used in the SDK. Let me know what your thoughts on the APIs that have been proposed. |
Hey @richardjrossiii it's looking good! This is coming in 1.11.0 or more probably in 1.12.0? |
@natanrolnik This is still preliminary. We're looking to roll out new configuration APIs across all platforms already (.NET exists, Java still in progress). Hopefully 1.11, but more likely 1.12. And yes, the retry count is on a per-request basis. |
This was released in #570. |
Hey Parsers!
One issue that has been annoying me for months, when the SDK wasn't open source - but now it is so I remembered I can discuss it.
In some case in my app, there is no point where some calls should automatically retry to succeed. Simple example: In my login view controller, if the user mistakenly disabled wi-fi, I want to be able to show as soon as possible that the request failed. But right now, the SDK tries a few times before passing back the error calling the completion block.
Is it very complicated to give the developers some option to disable the retry logic?
The text was updated successfully, but these errors were encountered: