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

Introduce sleep after running each recipe. #187

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

sawsa307
Copy link
Contributor

@sawsa307 sawsa307 commented Feb 7, 2024

  • We observe issues when starting all jobs together because this can lead to a race condition with multiple writes to kube config file, since all clusters will be finished at roughly the same time.
  • Thus, we introduce a sleep after each job so clusters won't all be created at the same time.

/assign @boredabdel

* We observe issues when starting all jobs together because this can
  lead to a race condition with multiple writes to kube config file,
  since all clusters will be finished at roughly the same time.
* Thus, we introduce a sleep after each job so clusters won't all be
  created at the same time.
Copy link
Member

@boredabdel boredabdel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@boredabdel boredabdel merged commit b27437e into GoogleCloudPlatform:main Feb 7, 2024
2 checks passed
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.

2 participants