Spaces:
Running
Running
fix: increase health monitor check interval from 30 to 300 seconds
Browse files- 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: "
|
| 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") {
|