-
Notifications
You must be signed in to change notification settings - Fork 22
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
immediately stopped cluster will still start instances #461
Labels
Comments
johny-b
changed the title
immediately stopped cluster will still started instances
immediately stopped cluster will still start instances
Jun 11, 2021
mateuszsrebrny
added
beta.2
beta.2.patch.1
beta.2.patch.2
and removed
beta.2
beta.2.patch.1
labels
Jun 14, 2021
Leaving in backlog, but we still need to define how this should work |
not sure if this is for this patch.3 - just labelling not to forget |
@shadeofblue Could you explain why this is in the Icebox? This seems pretty important to me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Cluster
object is available before instances are created.Cluster.stop()
does nothing except for stopping current instances.So if we do this:
instances will still be created and another
cluster.stop()
will be required later to stop them.IMHO the smallest necessary change would be to rename
stop()
tostop_current_instances()
or something like that (but I'm not saying this is the best solution).The text was updated successfully, but these errors were encountered: