-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
change stripDeadJobs to ReservedAgent #5063
Conversation
/run-e2e |
Thank you for your contribution! 🙏 We will review your PR as soon as possible. While you are waiting, make sure to:
Learn more about: |
Signed-off-by: Ramon de Goede <[email protected]>
/run-e2e pipeline |
@Eldarrin , WDYT about this change? |
damn, written and deleted a response twice. I see it now, but does it really matter as the system is working and the change will at most affect microseconds? But yeah, could be an improvement if it was tested thoroughly at scale |
I'm worried about it because I have executed e2e tests twice and both times |
/run-e2e pipeline |
quick check pat tokens didn't expire? :) can't see results. But don't see a reason to make the change tbh @ramondegoede if you were unaware, |
I don't think so. The other AzPipeline e2e test passes: https://github.com/kedacore/keda/actions/runs/6513120951/job/17694623703#step:9:1840
Also, nightly build passes, so it's not something related with the e2e test case: https://github.com/kedacore/keda/actions/runs/6514260924 |
So, not for merging IMHO |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
This issue has been automatically closed due to inactivity. |
Change the function in which the scaler looks for jobs to filter out from succeeded to reserved agent. This makes will make the filtering of jobs which have been taken over even quicker, because jobs which are running but not succeeded yet will also be filtered out.
Checklist
Fixes #
Relates to #