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 3713999 commit dca13d5Copy full SHA for dca13d5
website/cue/reference/components/sinks.cue
@@ -635,12 +635,12 @@ components: sinks: [Name=string]: {
635
636
retry_policy: {
637
title: "Retry policy"
638
- body: """
+ body: *"""
639
Vector will retry failed requests (status == 429, >= 500, and != 501).
640
Other responses will not be retried. You can control the number of
641
retry attempts and backoff rate with the `request.retry_attempts` and
642
`request.retry_backoff_secs` options.
643
- """
+ """ | string
644
}
645
646
0 commit comments