-
Notifications
You must be signed in to change notification settings - Fork 58
Closed
Labels
Description
Currently the flagd provider doesn't default to unlimited retries, and doesn't throw immediately if it can't start. It also doesn't configure the retry policy of other providers (as in Go and Java), as well as other features.
Definition of done:
- update the flagd provider to default to 0 (infinite) retries
- reject immediately if the provider cannot connect, but continue to try to connect
- add "grace-period"
- add gRPC retry policy
- add "retryable status codes"
- verify other defaults/params
- update gherkin suite to verify conformance
See: