-
Notifications
You must be signed in to change notification settings - Fork 293
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
cleanup scheduler.go #4108
cleanup scheduler.go #4108
Conversation
✅ Deploy Preview for kubernetes-sigs-kueue canceled.
|
cc @PBundyra |
/retest |
pkg/scheduler/scheduler.go
Outdated
s.attemptCount++ | ||
log := ctrl.LoggerFrom(ctx).WithValues("attemptCount", s.attemptCount) | ||
s.schedulingCycleCount++ | ||
log := ctrl.LoggerFrom(ctx).WithValues("schedulingCycleCount", s.schedulingCycleCount) |
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.
perhaps more simply schedulingCycle
? @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.
+1, I'm leaning to just schedulingCycle
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gabesaba, mimowo 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 |
62edcbc
to
8797c28
Compare
/lgtm |
LGTM label has been added. Git tree hash: f41f479c59c2e04894b0a9c102b428c682a01f66
|
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
workload
)Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?