Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set TF_CLI_ARGS_apply to --parallelism=1 in sandbox #113

Merged
merged 1 commit into from
Dec 8, 2022

Conversation

minamijoyo
Copy link
Owner

The acceptance test is failing quite often these days. I was able to reproduce the problem in the sandbox environment, so I observed the state of the localstack when it failed, and found that terraform apply created only one security group when it should have created three. From observation, although we don’t have complete confidence in the root cause, it appears that localstack sometimes misses API requests when run in parallel.
Let's set the number of parallelism to 1 for terraform apply and see if it improves or not for a while.

The acceptance test is failing quite often these days. I was able to
reproduce the problem in the sandbox environment, so I observed the
state of the localstack when it failed, and found that terraform apply
created only one security group when it should have created three.
From observation, although we don’t have complete confidence in the root
cause, it appears that localstack sometimes misses API requests when run
in parallel.
Let's set the number of parallelism to 1 for terraform apply and see if
it improves or not for a while.
@minamijoyo minamijoyo merged commit dc4f24c into master Dec 8, 2022
@minamijoyo minamijoyo deleted the set-apply-parallelism-1 branch December 8, 2022 01:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant