コンテンツにスキップ
日本語

PhaseDefinition

このコンテンツはまだ日本語訳がありません。

PhaseDefinition = object

Defined in: src/CoordinatedShutdown.ts:42

readonly dependsOn: ReadonlyArray<string>

Defined in: src/CoordinatedShutdown.ts:46

Names of phases that must run before this one.


readonly name: string

Defined in: src/CoordinatedShutdown.ts:43


readonly recover: boolean

Defined in: src/CoordinatedShutdown.ts:48

If true, task failures are swallowed and the phase continues; if false, a failure halts the pipeline. Required — no default.


readonly timeoutMs: number

Defined in: src/CoordinatedShutdown.ts:44