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

Use retry in client form submission #8

Open
nukemberg opened this issue Nov 6, 2024 · 0 comments
Open

Use retry in client form submission #8

nukemberg opened this issue Nov 6, 2024 · 0 comments

Comments

@nukemberg
Copy link

It's expected that some users will not be able to get a reply from the server; When that happens, they will retry but clicking the "submit" button. It's better if the client code retries automatically since that allows control of retry rates. If possible, a backoff sleep interval (with random splay) will be used as well to reduce load and break client coordination. (trpc only allows specifying the number of retries)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant