콘텐츠로 이동
한국어

ResetCounter

이 콘텐츠는 아직 번역되지 않았습니다.

ResetCounter = "never" | "after-min-stable" | { kind: "after-time"; ms: number; }

Defined in: src/pattern/BackoffSupervisor.ts:74

Reset rule for the consecutive-restart counter.

"never"

Never reset — the counter grows monotonically.


"after-min-stable"

Reset after the child has been alive for >= minBackoff ms.


{ kind: "after-time"; ms: number; }

Reset after the child has been alive for >= ms ms.