import { normalizeOptionalString } from "openclaw/plugin-sdk/text-runtime"; import type { RuntimeEnv } from "../runtime-api.js"; import { waitForAbortableDelay } from "./async.js"; import { fetchBotIdentityForMonitor, type FeishuMonitorBotIdentity } from "./monitor.startup.js"; import { botNames, botOpenIds } from "./monitor.state.js"; import type { ResolvedFeishuAccount } from "./types.js";
// Delays must be >= PROBE_ERROR_TTL_MS (60s) so each retry makes a real network request // instead of silently hitting the probe error cache.
export const BOT_IDENTITY_RETRY_DELAYS_MS = [60_000, 120_000, 300_000, 600_000, 900_000];
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.