-
Notifications
You must be signed in to change notification settings - Fork 72
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
soroban-rpc: Audit and enforce timeouts everywhere we need them #509
Comments
@tsachiherman , it looks like some areas may be checked off based on prior work you've merged like rpc timeouts with DurationLimiter in #804 and panic handling in #856 |
After taking a look, we currently have timeouts for:
Adding timeouts for history archive HTTP connections were considered, but decided not to be needed (see stellar/go#1829 for context). Therefore, everything relevant is covered, so I'm going to close this issue. Feel free to reopen if I missed something. |
What problem does your feature solve?
At the moment our timeouts (if we have them) are set pretty ad-hoc.
What would you like to see?
We should go through the code, and figure out where we have existing timeouts, and where we should add new timeouts. Then do it. We should also consider adding configuration options for any timeouts that make sense.
Examples:
What alternatives are there?
The text was updated successfully, but these errors were encountered: