콘텐츠로 이동
한국어

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