nooschain / consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine / GoRaftProcessEngineOptions
Interface: GoRaftProcessEngineOptions
Defined in: consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine.ts:14
Properties
autoRestart?
optionalautoRestart?:boolean
Defined in: consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine.ts:16
healthCheckIntervalMs?
optionalhealthCheckIntervalMs?:number
Defined in: consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine.ts:15
maxRestarts?
optionalmaxRestarts?:number
Defined in: consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine.ts:17
onSidecarUnhealthy?
optionalonSidecarUnhealthy?: (details) =>Promise<void>
Defined in: consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine.ts:20
Parameters
details
Record<string, unknown>
Returns
Promise<void>
restartBackoffInitialMs?
optionalrestartBackoffInitialMs?:number
Defined in: consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine.ts:18
restartBackoffMaxMs?
optionalrestartBackoffMaxMs?:number
Defined in: consensus/adapters/raft/external-go-hashicorp/go-hashicorp-raft-engine.ts:19