Skip to content

Commit dca13d5

Browse files
committed
refactor(docs): allow retry policy to be overriden
1 parent 3713999 commit dca13d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/cue/reference/components/sinks.cue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -635,12 +635,12 @@ components: sinks: [Name=string]: {
635635

636636
retry_policy: {
637637
title: "Retry policy"
638-
body: """
638+
body: *"""
639639
Vector will retry failed requests (status == 429, >= 500, and != 501).
640640
Other responses will not be retried. You can control the number of
641641
retry attempts and backoff rate with the `request.retry_attempts` and
642642
`request.retry_backoff_secs` options.
643-
"""
643+
""" | string
644644
}
645645
}
646646
}

0 commit comments

Comments
 (0)