-
Notifications
You must be signed in to change notification settings - Fork 151
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
add retries to mobilecoind when it submits transactions #3308
Conversation
i'm finding that sometimes it fails with attestation permission denied errors otherwise --- feel free to leave comments about how you would like this to be more configurable or use exponential backoff or something, let's decide exactly how it should work during review
i decided the most sensible thing is to just make it match what full-service does, since that seems to be working in prod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I misunderstood the conversation here. This is adding in some kind of retry where we didn't have any defined. We should open an issue to follow up and optimize how we are doing retries.
i'm finding that sometimes it fails with attestation permission denied errors otherwise
feel free to leave comments about how you would like this to be more configurable or use exponential backoff or something, let's decide exactly how it should work during review