We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0b6f1 commit f749674Copy full SHA for f749674
docs/reference/specifications/providers.md
@@ -128,7 +128,7 @@ The flagd gRPC retry policy is specified below:
128
}
129
],
130
"retryPolicy": {
131
- "MaxAttempts": 3,
+ "MaxAttempts": 4,
132
"InitialBackoff": "1s",
133
"MaxBackoff": $FLAGD_RETRY_BACKOFF_MAX_MS, // from provider options
134
"BackoffMultiplier": 2.0,
0 commit comments