We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Emily we had a retry mechanism in case we hit version conflict when updating records on DynamoDB:
sbtc/emily/handler/src/database/accessors.rs
Lines 174 to 196 in 39b961f
add_chainstate_entry_with_retry
pull_and_update_withdrawal_with_retry
We should add some backoff and jitter to reduce congestion and machine load.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Chore - Add backoff and jitter to Emily internal retry
1. Description
In Emily we had a retry mechanism in case we hit version conflict when updating records on DynamoDB:
sbtc/emily/handler/src/database/accessors.rs
Lines 174 to 196 in 39b961f
(also happens in
add_chainstate_entry_with_retry
andpull_and_update_withdrawal_with_retry
).We should add some backoff and jitter to reduce congestion and machine load.
The text was updated successfully, but these errors were encountered: