-
Notifications
You must be signed in to change notification settings - Fork 807
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
chore(queue): Delete unmaintained hydrate command #3974
base: master
Are you sure you want to change the base?
Conversation
I learned about it from https://spinnaker.io/guides/runbooks/orca-zombie-executions/#rehydrate-the-queue. |
Thanks! I'll need to delete that section from the docs as well. |
Related: spinnaker/spinnaker.github.io#2075 |
@@ -40,7 +40,7 @@ import org.springframework.stereotype.Component | |||
@ConditionalOnExpression( | |||
"\${queue.zombie-check.enabled:false}" | |||
) | |||
@ConditionalOnBean(MonitorableQueue::class) | |||
@ConditionalOnBean(ZombieExecutionService::class) |
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.
i think you still need the conditional on queue since it's used by this class?
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.
Is it?
c252ffd
to
9a3e485
Compare
Still trying to figure out why tests are failing in github, but not locally... |
9a3e485
to
8f09f5c
Compare
This code never truly worked. Apparently someone in OSS found it and tried to run it.