Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/server / / HealthCheckOptions
Interface: HealthCheckOptions
Defined in: packages/server/src/health/checks.ts:164
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
channels? | readonly | ChannelsDaemon | - | packages/server/src/health/checks.ts:169 |
cipherPeerInstalled? | readonly | boolean | - | packages/server/src/health/checks.ts:173 |
consolidator? | readonly | ConsolidatorDaemon | - | packages/server/src/health/checks.ts:168 |
embedderLoaded? | readonly | boolean | - | packages/server/src/health/checks.ts:175 |
embedderModel? | readonly | string | - | packages/server/src/health/checks.ts:174 |
encryptionEnabled? | readonly | boolean | - | packages/server/src/health/checks.ts:172 |
replayBuffer? | readonly | ReplayBufferProbe | - | packages/server/src/health/checks.ts:170 |
secretsActive? | readonly | string | - | packages/server/src/health/checks.ts:171 |
store? | readonly | GraphorinSqliteStore | - | packages/server/src/health/checks.ts:165 |
triggers? | readonly | TriggersDaemon | - | packages/server/src/health/checks.ts:166 |
walWarnThresholdBytes? | readonly | number | Highest acceptable WAL size in bytes before warning. Default 50 MB. | packages/server/src/health/checks.ts:177 |
workflowTimers? | readonly | WorkflowTimerDaemon | - | packages/server/src/health/checks.ts:167 |