somratpro commited on
Commit
06ae20d
·
1 Parent(s): 18772a5

fix: increase health monitor check interval from 30 to 300 seconds

Browse files
Files changed (1) hide show
  1. health-server.js +1 -1
health-server.js CHANGED
@@ -728,7 +728,7 @@ async function createUptimeRobotMonitor(apiKey, host) {
728
  type: "1",
729
  friendly_name: `HuggingClaw ${cleanHost}`,
730
  url: monitorUrl,
731
- interval: "30",
732
  });
733
 
734
  if (created.stat !== "ok") {
 
728
  type: "1",
729
  friendly_name: `HuggingClaw ${cleanHost}`,
730
  url: monitorUrl,
731
+ interval: "300",
732
  });
733
 
734
  if (created.stat !== "ok") {