mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 11:52:59 +03:00
Eliminate Akka's shutdown hook (#11202)
Seeing ``` [WARN] [akka.actor.CoordinatedShutdown] Could not addJvmShutdownHook, due to: Shutdown in progress ``` in the logs. We are already shutting down resources, including ActorSystem, so no need for Akka to schedule its shutdown.
This commit is contained in:
parent
28bbc34257
commit
b5d60a0660
@ -23,6 +23,7 @@ akka {
|
||||
}
|
||||
log-dead-letters = 1
|
||||
log-dead-letters-during-shutdown = off
|
||||
jvm-shutdown-hooks = off
|
||||
library-extensions = ["akka.stream.SystemMaterializer$"]
|
||||
use-slf4j = on
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user