Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Refactor/curp client retry #584
Refactor/curp client retry #584
Changes from all commits
2903c2f
e0ee787
8875121
e79270d
f62a6d3
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 90 in curp/src/client_new/mod.rs
Codecov / codecov/patch
curp/src/client_new/mod.rs#L77-L90
Check warning on line 101 in curp/src/client_new/mod.rs
Codecov / codecov/patch
curp/src/client_new/mod.rs#L101
Check warning on line 124 in curp/src/client_new/mod.rs
Codecov / codecov/patch
curp/src/client_new/mod.rs#L117-L124
Check warning on line 132 in curp/src/client_new/mod.rs
Codecov / codecov/patch
curp/src/client_new/mod.rs#L129-L132
Check warning on line 140 in curp/src/client_new/mod.rs
Codecov / codecov/patch
curp/src/client_new/mod.rs#L137-L140
Check warning on line 176 in curp/src/client_new/mod.rs
Codecov / codecov/patch
curp/src/client_new/mod.rs#L148-L176
Check warning on line 178 in curp/src/client_new/mod.rs
Codecov / codecov/patch
curp/src/client_new/mod.rs#L178
Check warning on line 182 in curp/src/client_new/mod.rs
Codecov / codecov/patch
curp/src/client_new/mod.rs#L181-L182
Check warning on line 190 in curp/src/client_new/mod.rs
Codecov / codecov/patch
curp/src/client_new/mod.rs#L187-L190
Check warning on line 21 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L21
Check warning on line 33 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L33
Check warning on line 44 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L44
Check warning on line 63 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L56-L63
Check warning on line 73 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L66-L73
Check warning on line 82 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L76-L82
Check warning on line 101 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L87-L101
Check warning on line 106 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L106
Check warning on line 121 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L119-L121
Check warning on line 135 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L124-L135
Check warning on line 143 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L143
Check warning on line 150 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L150
Check warning on line 157 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L155-L157
Check warning on line 163 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L161-L163
Check warning on line 167 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L166-L167
Check warning on line 171 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L170-L171
Check warning on line 188 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L186-L188
Check warning on line 199 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L192-L199
Check warning on line 211 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L202-L211
Check warning on line 216 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L214-L216
Check warning on line 229 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L219-L229
Check warning on line 235 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L232-L235
Check warning on line 246 in curp/src/client_new/retry.rs
Codecov / codecov/patch
curp/src/client_new/retry.rs#L240-L246
Check warning on line 640 in curp/src/rpc/mod.rs
Codecov / codecov/patch
curp/src/rpc/mod.rs#L639-L640
Check warning on line 649 in curp/src/rpc/mod.rs
Codecov / codecov/patch
curp/src/rpc/mod.rs#L648-L649
Check warning on line 651 in curp/src/rpc/mod.rs
Codecov / codecov/patch
curp/src/rpc/mod.rs#L651
Check warning on line 654 in curp/src/rpc/mod.rs
Codecov / codecov/patch
curp/src/rpc/mod.rs#L654
Check warning on line 658 in curp/src/rpc/mod.rs
Codecov / codecov/patch
curp/src/rpc/mod.rs#L658
Check warning on line 793 in curp/src/rpc/mod.rs
Codecov / codecov/patch
curp/src/rpc/mod.rs#L793
Check warning on line 804 in curp/src/rpc/mod.rs
Codecov / codecov/patch
curp/src/rpc/mod.rs#L804