You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When working inside IDEs and shutting down the squbs service, both squbs and the
ActorSystem
install shutdown hooks at the JVM. This causes theActorSystem
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
The text was updated successfully, but these errors were encountered: