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

Nothing said about shutdown #46

Open
YuryHrytsuk opened this issue Jun 8, 2022 · 1 comment
Open

Nothing said about shutdown #46

YuryHrytsuk opened this issue Jun 8, 2022 · 1 comment

Comments

@YuryHrytsuk
Copy link

I am trying to implement graceful shutdown of VerneMQ container. However, I cannot find anything mentioned about:

  • how to properly shutdown VerneMQ
  • which steps are taken under the hood
@ioolkos
Copy link
Contributor

ioolkos commented Jun 26, 2022

@YuryHrytsuk Thanks, it depends on how you have VerneMQ built and installed. sudo systemctl stop vernemq might be one command.

Your point is interesting because folks might compare a stop command to the cluster leave command which does stuff like queue migration etc.
Basically, the stop command does nothing like that, it just terminates everything (the sessions/queues etc).


👉 Thank you for supporting VerneMQ: https://github.com/sponsors/vernemq
👉 Using the binary VerneMQ packages commercially (.deb/.rpm/Docker) requires a paid subscription.

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

No branches or pull requests

2 participants