fix(gateway): harden channel health monitor recovery

This commit is contained in:
Peter Steinberger
2026-02-17 03:26:13 +01:00
parent 4aed4eedb7
commit 1f850374f6
7 changed files with 282 additions and 18 deletions

View File

@@ -442,6 +442,7 @@ export const OpenClawSchema = z
})
.strict()
.optional(),
channelHealthCheckMinutes: z.number().int().min(0).optional(),
tailscale: z
.object({
mode: z.union([z.literal("off"), z.literal("serve"), z.literal("funnel")]).optional(),