arrow_backRetour aux issues
Open-Source-Kigali/docksight
#138
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
Débutant
Ouvrirarrow_forward
[Docs] Update protocol reconnect behavior to match the agent
ecoDébutant
documentation
good first issue
area:agent
descriptionDescription
## Location
docs/protocol.md, Connection lifecycle, rule 4
## Problem
The protocol documentation says the current client reconnect default is a fixed 5-second delay. The implemented agent uses exponential backoff capped at 30 seconds with jitter, so the protocol guide is stale.
## Correction
Document reconnect after disconnect, re-registration, exponential backoff, a 30-second cap, and jitter. Do not promise an exact delay because jitter makes it variable.
## Acceptance criteria
- The protocol no longer describes reconnect as a fixed 5-second delay.
- The documented behavior matches the agent implementation.
- Re-registration after reconnect remains documented.
- Documentation-only change; no agent code changes.
Issues similaires
medik8s/fence-agents-remediation
star18
Poids du dépôt moyen
v0.8.0 starts a cluster-scoped Secret informer despite namespace-scoped Secret RBAC
## Description While testing Fence Agents Remediation (FAR) v0.8.0, I observed the manager repeatedly attempting to li…
Go
good first issue
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Check that an issuer's home_domain round-trips to the same stellar.toml
Written to the standard set by #33 — read that issue first for the expected level of detail and the acceptance criteria…
Go
help wanted
area:corridor
Wayfare-labs/wayfare
star1
Poids du dépôt léger
Report auth_immutable: whether an issuer's flags can still change
> **This issue is the reference standard.** Every other check issue links back here for the expected level of detail. I…
Go
help wanted
good first issue