Skip to content

Commit

Permalink
Update docs/reference/specifications/providers.md
Browse files Browse the repository at this point in the history
Co-authored-by: Guido Breitenhuber <[email protected]>
Signed-off-by: Todd Baert <[email protected]>
  • Loading branch information
toddbaert and guidobrei authored Oct 29, 2024
1 parent 2e228f0 commit 2840d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/specifications/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The lifecycle is summarized below:
- for RPC providers, flags resolved with `reason=STATIC` are [cached](#flag-evaluation-caching)
- if flags change the associated stream (event or sync) indicates flags have changed, flush cache, or update `flag set` rules respectively and emit `PROVIDER_CONFIGURATION_CHANGED`
- if stream disconnects:
- [reconnect](#stream-reconnection) with backoff
- [reconnect](#stream-reconnection) with exponential backoff
- if reconnect attempt > `retryGraceAttempts`
- emit `PROVIDER_ERROR`
- if reconnect attempt <= `retryGraceAttempts`
Expand Down

0 comments on commit 2840d38

Please sign in to comment.