Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save margorczynski/77f6981cc4237b3675820dcac2f45395 to your computer and use it in GitHub Desktop.
Save margorczynski/77f6981cc4237b3675820dcac2f45395 to your computer and use it in GitHub Desktop.
Cluster(system).registerOnMemberRemoved {
system.registerOnTermination(System.exit(-1))
system.scheduler.scheduleOnce(10.seconds)(System.exit(-1))(system.dispatcher)
system.shutdown()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment