Skip to content

Phases

const Phases: object

Defined in: src/CoordinatedShutdown.ts:55

Canonical phase names, run in order from top to bottom.

readonly ActorSystemTerminate: "actor-system-terminate" = 'actor-system-terminate'

readonly BeforeActorSystemTerminate: "before-actor-system-terminate" = 'before-actor-system-terminate'

readonly BeforeClusterShutdown: "before-cluster-shutdown" = 'before-cluster-shutdown'

readonly BeforeServiceUnbind: "before-service-unbind" = 'before-service-unbind'

readonly ClusterExiting: "cluster-exiting" = 'cluster-exiting'

readonly ClusterExitingDone: "cluster-exiting-done" = 'cluster-exiting-done'

readonly ClusterLeave: "cluster-leave" = 'cluster-leave'

readonly ClusterShardingShutdownRegion: "cluster-sharding-shutdown-region" = 'cluster-sharding-shutdown-region'

readonly ClusterShutdown: "cluster-shutdown" = 'cluster-shutdown'

readonly ServiceRequestsDone: "service-requests-done" = 'service-requests-done'

readonly ServiceStop: "service-stop" = 'service-stop'

readonly ServiceUnbind: "service-unbind" = 'service-unbind'