Skip to content
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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

robzienert
Copy link
Member

This code never truly worked. Apparently someone in OSS found it and tried to run it.

@dbyron0
Copy link
Contributor

dbyron0 commented Oct 21, 2020

@robzienert
Copy link
Member Author

Thanks! I'll need to delete that section from the docs as well.

@robzienert
Copy link
Member Author

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)
Copy link
Contributor

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it?

@robzienert robzienert added the ready to merge Approved and ready for merge label Oct 29, 2020
@robzienert
Copy link
Member Author

Still trying to figure out why tests are failing in github, but not locally...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to merge Approved and ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants