PhaseDefinition
이 콘텐츠는 아직 번역되지 않았습니다.
PhaseDefinition =
object
Defined in: src/CoordinatedShutdown.ts:42
Properties
Section titled “Properties”dependsOn
Section titled “dependsOn”
readonlydependsOn:ReadonlyArray<string>
Defined in: src/CoordinatedShutdown.ts:46
Names of phases that must run before this one.
readonlyname:string
Defined in: src/CoordinatedShutdown.ts:43
recover
Section titled “recover”
readonlyrecover: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.
timeoutMs
Section titled “timeoutMs”
readonlytimeoutMs:number
Defined in: src/CoordinatedShutdown.ts:44
