mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 22:09:57 +00:00
gateway: wire channel health monitor into startup with configurable interval
This commit is contained in:
committed by
Peter Steinberger
parent
497e2d76ad
commit
30ee12e40a
@@ -312,4 +312,10 @@ export type GatewayConfig = {
|
||||
trustedProxies?: string[];
|
||||
/** Tool access restrictions for HTTP /tools/invoke endpoint. */
|
||||
tools?: GatewayToolsConfig;
|
||||
/**
|
||||
* Channel health monitor interval in minutes.
|
||||
* Periodically checks channel health and restarts unhealthy channels.
|
||||
* Set to 0 to disable. Default: 5.
|
||||
*/
|
||||
channelHealthCheckMinutes?: number;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user