-
Notifications
You must be signed in to change notification settings - Fork 262
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 DefaultRequeuingBackoffBaseSeconds to 60s. #2251
Set DefaultRequeuingBackoffBaseSeconds to 60s. #2251
Conversation
Skipping CI for Draft Pull Request. |
✅ Deploy Preview for kubernetes-sigs-kueue ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
/assign @trasc |
/ok-to-test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
LGTM label has been added. Git tree hash: 579036115ecbd8943df592d53aaaa964287581e0
|
/assign @mimowo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
674ffbf
to
df4705a
Compare
/lgtm |
LGTM label has been added. Git tree hash: e1f54506ae3ef9d3a966ddca1b6e8e879d24c2c3
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update document as well?
// Every backoff duration is about "10s*2^(n-1)+Rand" where: - https://github.com/kubernetes-sigs/kueue/tree/main/keps/1282-pods-ready-requeue-strategy#design-details
/hold |
df4705a
to
3e2ef02
Compare
@tenzen-y Fixed |
/unhold |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you also update there:
kueue/keps/1282-pods-ready-requeue-strategy/README.md
Lines 240 to 244 in 3e2ef02
Assuming `backoffLimitCount` equals 10, and `baseDelaySeconds` equals 10 (default) the workload is requeued 10 times | |
after failing to have all pods ready, then the total time awaiting for requeue | |
will take (neglecting the jitter): `10s+20s+40s +...+7680s=2h 8min`. | |
Also, considering `.waitForPodsReady.timeout=300s` (default), | |
the workload will spend `50min` total waiting for pods ready. |
/release-note-edit
|
/release-note-edit
|
3e2ef02
to
47f93e4
Compare
@tenzen-y fixed. Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
/lgtm
/approve
LGTM label has been added. Git tree hash: 62e2bf064ca1e029d4a08614431e15d58ae0f71b
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mbobrovskyi, mimowo, tenzen-y The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Set DefaultRequeuingBackoffBaseSeconds to 60s.
Which issue(s) this PR fixes:
Fixes #2215
Special notes for your reviewer:
Does this PR introduce a user-facing change?