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

A random startup delay option for minions #39802

Merged
merged 3 commits into from Apr 13, 2017

Conversation

cachedout
Copy link
Contributor

This allows minions to spread out the load to the master if a large number
of them start up at once.

Copy link
Contributor

@rallytime rallytime left a comment

Choose a reason for hiding this comment

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

I just had some simple doc requests to go with this. It also looks like some tests are unhappy with this change.

@@ -193,6 +193,15 @@
# The wait-time will be a random number of seconds between 0 and the defined value.
#random_reauth_delay: 60


# To avoid overloading a master when many minions startup at once, a randomized
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you also add this documentation to the minion.rst page?

It's probably a good idea to add this to the Nitrogen release notes as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

Mike Place added 2 commits April 6, 2017 12:53
This allows minions to spread out the load to the master if a large number
of them start up at once.
@cachedout
Copy link
Contributor Author

Go Go Jenkins!

@cachedout cachedout merged commit 5668cc3 into saltstack:develop Apr 13, 2017
cachedout pushed a commit that referenced this pull request Apr 18, 2017
Backport pr #39802 to add random_startup_delay
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.

None yet

2 participants