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

Ensure Akka shutdown hook is not interfering with squbs shutdown hooks #639

Open
akara opened this issue Apr 8, 2018 · 0 comments
Open

Comments

@akara
Copy link
Contributor

akara commented Apr 8, 2018

When working inside IDEs and shutting down the squbs service, both squbs and the ActorSystem install shutdown hooks at the JVM. This causes the ActorSystem to terminate before squbs can cleanly shut it down. Need to give squbs the exclusive shutdown rights by setting the following parameter in application templates, especially for development environments:

akka.jvm-shutdown-hooks = off

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

1 participant