Skip to content

Commit 1c2f299

Browse files
committed
Default to retrying after errors forever.
1 parent bddfb21 commit 1c2f299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cli/internal/initialize/conduit.yml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ log-level: INFO
66

77
# Number of retries to perform after a pipeline plugin error.
88
# Set to 0 to retry forever.
9-
retry-count: 10
9+
retry-count: 0
1010

1111
# Time duration to wait between retry attempts.
1212
retry-delay: "1s"

0 commit comments

Comments
 (0)