-
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
ScaledJob Paused Condition doesn't change to False when removing annotation #5251
Comments
I think I have found the bug... keda/controllers/keda/scaledjob_controller.go Line 209 in 54b05f3
Essentially, keda/controllers/keda/scaledjob_controller.go Line 132 in 54b05f3
I'm happy to fix this in #5215 or have two separate PRs. What would the maintainers prefer? |
@nappelson thanks! Yes, please use 2 different PRs |
Actually, this doesn't appear to be "the bug". The reason why is because ScaledObjects call I'm wondering if this is due to how the respective |
Yeah, looking briefly at the code. We should probalby store the paused condition right away, it is a special case most likely. For the other conditions it makes sense to way for the result of Or do you see an easy way how we can handle this in the executor? I haven't seen the code for some time, so don't remember anything 😄 Will try to dig in more later on. |
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. |
This issue has been automatically closed due to inactivity. |
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. |
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. |
Report
When I set the
ScaledJob
paused annotation to TrueINFO ScaledJob is paused, stopping scaling loop.
The text was updated successfully, but these errors were encountered: