From e5f324b8415832f748da7aec1390503b1a182630 Mon Sep 17 00:00:00 2001 From: kompotkot Date: Mon, 15 Apr 2024 11:15:16 +0000 Subject: [PATCH] Fix for checkenv limit --- crawlers/deploy/deploy-basic.bash | 2 +- crawlers/deploy/deploy-historical.bash | 2 +- crawlers/deploy/deploy-moonworm.bash | 2 +- crawlers/deploy/deploy-state.bash | 2 +- crawlers/deploy/deploy.bash | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crawlers/deploy/deploy-basic.bash b/crawlers/deploy/deploy-basic.bash index 18ca2a86..eee32797 100755 --- a/crawlers/deploy/deploy-basic.bash +++ b/crawlers/deploy/deploy-basic.bash @@ -132,7 +132,7 @@ if [ ! -d "${SECRETS_DIR}" ]; then mkdir -p "${SECRETS_DIR}" echo -e "${PREFIX_WARN} Created new secrets directory" fi -AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" /home/ubuntu/go/bin/checkenv show aws_ssm+moonstream:true > "${PARAMETERS_ENV_PATH}" +AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" CHECKENV_AWS_FETCH_LOOP_LIMIT=20 /home/ubuntu/go/bin/checkenv show aws_ssm+moonstream:true > "${PARAMETERS_ENV_PATH}" chmod 0640 "${PARAMETERS_ENV_PATH}" echo diff --git a/crawlers/deploy/deploy-historical.bash b/crawlers/deploy/deploy-historical.bash index b657c010..a386fb17 100755 --- a/crawlers/deploy/deploy-historical.bash +++ b/crawlers/deploy/deploy-historical.bash @@ -84,7 +84,7 @@ if [ ! -d "${SECRETS_DIR}" ]; then mkdir -p "${SECRETS_DIR}" echo -e "${PREFIX_WARN} Created new secrets directory" fi -AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" /home/ubuntu/go/bin/checkenv show aws_ssm+moonstream:true > "${PARAMETERS_ENV_PATH}" +AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" CHECKENV_AWS_FETCH_LOOP_LIMIT=20 /home/ubuntu/go/bin/checkenv show aws_ssm+moonstream:true > "${PARAMETERS_ENV_PATH}" chmod 0640 "${PARAMETERS_ENV_PATH}" echo diff --git a/crawlers/deploy/deploy-moonworm.bash b/crawlers/deploy/deploy-moonworm.bash index 040fcb59..f69fca28 100755 --- a/crawlers/deploy/deploy-moonworm.bash +++ b/crawlers/deploy/deploy-moonworm.bash @@ -65,7 +65,7 @@ if [ ! -d "${SECRETS_DIR}" ]; then mkdir -p "${SECRETS_DIR}" echo -e "${PREFIX_WARN} Created new secrets directory" fi -AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" /home/ubuntu/go/bin/checkenv show aws_ssm+moonstream:true > "${PARAMETERS_ENV_PATH}" +AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" CHECKENV_AWS_FETCH_LOOP_LIMIT=20 /home/ubuntu/go/bin/checkenv show aws_ssm+moonstream:true > "${PARAMETERS_ENV_PATH}" chmod 0640 "${PARAMETERS_ENV_PATH}" echo diff --git a/crawlers/deploy/deploy-state.bash b/crawlers/deploy/deploy-state.bash index 2ea3b3cc..59982544 100755 --- a/crawlers/deploy/deploy-state.bash +++ b/crawlers/deploy/deploy-state.bash @@ -78,7 +78,7 @@ if [ ! -d "${SECRETS_DIR}" ]; then mkdir -p "${SECRETS_DIR}" echo -e "${PREFIX_WARN} Created new secrets directory" fi -AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" /home/ubuntu/go/bin/checkenv show aws_ssm+moonstream:true > "${PARAMETERS_ENV_PATH}" +AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" CHECKENV_AWS_FETCH_LOOP_LIMIT=20 /home/ubuntu/go/bin/checkenv show aws_ssm+moonstream:true > "${PARAMETERS_ENV_PATH}" chmod 0640 "${PARAMETERS_ENV_PATH}" echo diff --git a/crawlers/deploy/deploy.bash b/crawlers/deploy/deploy.bash index 9032e8c9..c0bcc6c5 100755 --- a/crawlers/deploy/deploy.bash +++ b/crawlers/deploy/deploy.bash @@ -193,7 +193,7 @@ if [ ! -d "${SECRETS_DIR}" ]; then mkdir -p "${SECRETS_DIR}" echo -e "${PREFIX_WARN} Created new secrets directory" fi -AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" /home/ubuntu/go/bin/checkenv show aws_ssm+moonstream:true > "${PARAMETERS_ENV_PATH}" +AWS_DEFAULT_REGION="${AWS_DEFAULT_REGION}" CHECKENV_AWS_FETCH_LOOP_LIMIT=20 /home/ubuntu/go/bin/checkenv show aws_ssm+moonstream:true > "${PARAMETERS_ENV_PATH}" chmod 0640 "${PARAMETERS_ENV_PATH}" echo