Skip to content

PhaseDefinition

Defined in: src/CoordinatedShutdown.ts:40

readonly dependsOn: readonly string[]

Defined in: src/CoordinatedShutdown.ts:44

Names of phases that must run before this one.


readonly name: string

Defined in: src/CoordinatedShutdown.ts:41


readonly recover: boolean

Defined in: src/CoordinatedShutdown.ts:46

If true, task failures halt the pipeline. Defaults to false.


readonly timeoutMs: number

Defined in: src/CoordinatedShutdown.ts:42