Graphorin API reference v0.7.0
Graphorin API reference / @graphorin/server / / HealthCheckOptions
Interface: HealthCheckOptions
Defined in: packages/server/src/health/checks.ts:141
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
cipherPeerInstalled? | readonly | boolean | - | packages/server/src/health/checks.ts:149 |
consolidator? | readonly | ConsolidatorDaemon | - | packages/server/src/health/checks.ts:145 |
embedderLoaded? | readonly | boolean | - | packages/server/src/health/checks.ts:151 |
embedderModel? | readonly | string | - | packages/server/src/health/checks.ts:150 |
encryptionEnabled? | readonly | boolean | - | packages/server/src/health/checks.ts:148 |
replayBuffer? | readonly | ReplayBufferProbe | - | packages/server/src/health/checks.ts:146 |
secretsActive? | readonly | string | - | packages/server/src/health/checks.ts:147 |
store? | readonly | GraphorinSqliteStore | - | packages/server/src/health/checks.ts:142 |
triggers? | readonly | TriggersDaemon | - | packages/server/src/health/checks.ts:143 |
walWarnThresholdBytes? | readonly | number | Highest acceptable WAL size in bytes before warning. Default 50 MB. | packages/server/src/health/checks.ts:153 |
workflowTimers? | readonly | WorkflowTimerDaemon | - | packages/server/src/health/checks.ts:144 |