fix(notify): more resilient OpenClaw sends (retries/backoff + longer timeout)

This commit is contained in:
Abhimanyu Saharan
2026-02-02 21:58:59 +05:30
parent 521cf1efab
commit 352eb27a52
2 changed files with 5 additions and 4 deletions

View File

@@ -259,7 +259,7 @@ def notify_openclaw(ctx: NotifyContext) -> None:
client.tools_invoke(
"sessions_send",
{"sessionKey": sk, "message": message},
timeout_s=15.0,
timeout_s=30.0,
)
except Exception:
# keep the log, but avoid giant stack spam unless debugging