Skip to content

Instantly share code, notes, and snippets.

Created October 13, 2016 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/9da56f09c95c5362adbbfc85451b1a1e to your computer and use it in GitHub Desktop.
Save anonymous/9da56f09c95c5362adbbfc85451b1a1e to your computer and use it in GitHub Desktop.
the description for this gist
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