Skip to main content

TeamHealthMonitoring

Agent Runtimes


Agent Runtimes / types/teams / TeamHealthMonitoring

Interface: TeamHealthMonitoring

Defined in: types/teams.ts:75

Health monitoring configuration for a team.

Properties

heartbeatInterval

heartbeatInterval: string

Defined in: types/teams.ts:77

Duration between expected heartbeats (e.g. '30s', '1m')


maxRestartAttempts

maxRestartAttempts: number

Defined in: types/teams.ts:85

Maximum restart attempts before giving up


staleThreshold

staleThreshold: string

Defined in: types/teams.ts:79

Member marked stale after this duration (e.g. '120s')


stuckThreshold

stuckThreshold: string

Defined in: types/teams.ts:83

Member marked stuck after this duration (e.g. '600s')


unresponsiveThreshold

unresponsiveThreshold: string

Defined in: types/teams.ts:81

Member marked unresponsive after this duration (e.g. '300s')