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

Make vault client retry submissions for RPC timeout errors #516

Closed
ebma opened this issue Apr 26, 2024 · 2 comments · Fixed by #518
Closed

Make vault client retry submissions for RPC timeout errors #516

ebma opened this issue Apr 26, 2024 · 2 comments · Fixed by #518
Assignees
Labels
priority:high Do it now

Comments

@ebma
Copy link
Member

ebma commented Apr 26, 2024

Context

Sometimes, our RPC nodes are slow or unresponsive and it happens that transaction submissions time out because of this error. The vault client currently does not retry the submission of the transaction for those errors, but it should.

image

TODO

Make the vault client retry the submission of extrinsics for timeout errors thrown by the RPC client.

@ebma ebma added the priority:high Do it now label Apr 26, 2024
@ebma
Copy link
Member Author

ebma commented Apr 26, 2024

@pendulum-chain/product this feature will prevent users from having to wait hours for the execution of bridging requests even if our RPC nodes are slow.

@annatekl
Copy link

@gianfra-t gianfra-t self-assigned this Apr 30, 2024
@gianfra-t gianfra-t linked a pull request Apr 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:high Do it now
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants