-
Notifications
You must be signed in to change notification settings - Fork 963
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
Avoid unnecessary API update and re-enqueue action #3490
Comments
Here are some codes need to be modified:
|
/good-first-issue |
@Monokaix: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign |
Thanks and welcome! |
Here is skipped retry and returned nil if err is NotFoundErr, is right? |
It's right here. |
/close |
@Monokaix: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Here line307 also need to do comapre and then update: volcano/pkg/controllers/job/job_controller_actions.go Lines 299 to 312 in 2e673bc
|
What would you like to be added:
Why is this needed:
Lower API server pressure
Avoid unnecessary enent process and enhance performance
The text was updated successfully, but these errors were encountered: