Skip to content

Commit 388b7ec

Browse files
authored
feat: AWS v2: Comment out max_retries and max_backoff in example config (#1836)
Comment out max_retries and max_backoff in example config
1 parent ab4483e commit 388b7ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

plugins/source/aws/resources/plugin/example.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# For additional help, see https://www.cloudquery.io/plugins/aws
22
# Optional. Enable AWS SDK debug logging.
33
aws_debug: false
4-
# Optional. The maximum number of times that a request will be retried for failures. Defaults to 10 retry attempts.
5-
max_retries: 10
6-
# Optional. The maximum back off delay between attempts (in seconds). The backoff delays exponentially with a jitter
7-
# based on the number of attempts. Defaults to 30 seconds.
8-
max_backoff: 30
4+
## Optional. The maximum number of times that a request will be retried for failures. Defaults to 10 retry attempts.
5+
#max_retries: 10
6+
## Optional. The maximum back off delay between attempts (in seconds). The backoff delays exponentially with a jitter
7+
## based on the number of attempts. Defaults to 30 seconds.
8+
#max_backoff: 30
99
## Optional. Sync only specified regions. Default assumes all regions.
1010
#regions:
1111
#- us-east-1

0 commit comments

Comments
 (0)