-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Update splaylimit during daemon run #9415
Comments
issue has been added by this pull request #9345 |
joshcooper
changed the title
@splay is recalculated even if the splay_limit has not changed
(PUP-11728) Update splaylimit during daemon run
Jul 25, 2024
joshcooper
changed the title
(PUP-11728) Update splaylimit during daemon run
Update splaylimit during daemon run
Jul 25, 2024
Migrated issue to PUP-12061 |
Fixed in #9484 and will be released in 8.10.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue was originally filed due to a regression after merging #9345 and released in 8.7.0/7.31.0. The change was reverted in #9415 and released in 8.8.1 and 7.32.1. Since this issue contains a possible fix for the regression, we're repurposing this ticket for the original issue described in PUP-11728.
Describe the Bug
splay is recalculated even if the splay_limit has not changed
https://puppetcommunity.slack.com/archives/C0W298S9G/p1721059192632569
Expected Behavior
this leads to the fact that the probability of the first launch of the puppet increases over time.
upon reaching 1/3 of the time from the splay_limit it becomes almost 100%.
as a result the agent will perform the first run within 1/3 of the splay_limit. by default it is 10 min (splay_limit 30 min)
Steps to Reproduce
Steps to reproduce the behavior:
Environment
Additional Context
suggested patch:
The text was updated successfully, but these errors were encountered: