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

Actuator/s-c-bus endpoint to change eureka instance status #1259

Open
spencergibb opened this issue Aug 15, 2016 · 1 comment
Open

Actuator/s-c-bus endpoint to change eureka instance status #1259

spencergibb opened this issue Aug 15, 2016 · 1 comment

Comments

@spencergibb
Copy link
Member

spencergibb commented Aug 15, 2016

UP, // Ready to receive traffic
DOWN, // Do not send traffic- healthcheck callback failed
STARTING, // Just about starting- initializations to be done - do not
// send traffic
OUT_OF_SERVICE, // Intentionally shutdown for traffic
UNKNOWN;

This could be useful to start instances with OUT_OF_SERVICE then changing it to UP after testing.

@heowc
Copy link
Contributor

heowc commented Oct 12, 2024

I think this feature would be useful.
Is there anything in progress regarding this?

(It was done a few years ago and then canceled, but I don't think it's been done since.)

Or is it something that already exists but I just can't find it? 🤣

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

Successfully merging a pull request may close this issue.

3 participants