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

soroban-rpc: Audit and analyze retries on any external calls #31

Open
paulbellamy opened this issue Mar 10, 2023 · 0 comments
Open

soroban-rpc: Audit and analyze retries on any external calls #31

paulbellamy opened this issue Mar 10, 2023 · 0 comments

Comments

@paulbellamy
Copy link
Contributor

What problem does your feature solve?

Currently, there is not much retry-handling around external calls (e.g. history archive service, or filling the db)

What would you like to see?

We should go through everywhere we do an external operation which could fail, and write a comment with the retry policy for that (then implement it).

For instance, at startup, wait for the first checkpoint if need be (otherwise soroban-rpc fails right away)

What alternatives are there?

@stellarsaur stellarsaur transferred this issue from stellar/stellar-cli Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant