feat: add live sync retry backoff
This commit is contained in:
parent
24a0a3d153
commit
2dce1f41cf
8 changed files with 225 additions and 31 deletions
|
|
@ -228,11 +228,11 @@ Goal: make convergence and failure behavior predictable enough for automation.
|
|||
- `[x]` Document merge semantics are documented and tested.
|
||||
- `[x]` DB change application limits are documented and tested.
|
||||
|
||||
- `[ ]` Add live-sync retry and backoff policy.
|
||||
- `[x]` Add live-sync retry and backoff policy.
|
||||
Acceptance criteria:
|
||||
- `[ ]` Failed peer streams back off without starving healthy streams.
|
||||
- `[ ]` Retry state appears in `geth sync status --json`.
|
||||
- `[ ]` Operators can trigger immediate retry with `geth sync now`.
|
||||
- `[x]` Failed peer streams back off without starving healthy streams.
|
||||
- `[x]` Retry state appears in `geth sync status --json`.
|
||||
- `[x]` Operators can trigger immediate retry with `geth sync now`.
|
||||
|
||||
## Phase 7: Script And Automation UX
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue