Skip to content
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

Introduce some delays to remote service retries #10

Open
luckyrat opened this issue May 12, 2022 · 0 comments
Open

Introduce some delays to remote service retries #10

luckyrat opened this issue May 12, 2022 · 0 comments
Labels
enhancement New feature or request performance Investigation of, or improvement to, app performance

Comments

@luckyrat
Copy link
Member

In remote_service.dart: _doRequest , we automatically retry a few times if the connection fails. That sorts us for 99.9% of failures but some edge cases could still be recoverable if we were to introduce some short delays to the retry attempts, depending upon what we can estimate the cause of the failure to be.

@luckyrat luckyrat added enhancement New feature or request performance Investigation of, or improvement to, app performance labels May 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Investigation of, or improvement to, app performance
Projects
None yet
Development

No branches or pull requests

1 participant