fix(notify): increase gateway timeouts + retry OpenClaw sends

This commit is contained in:
Abhimanyu Saharan
2026-02-02 21:03:39 +05:30
parent 8cd32124cd
commit 5877b4a17b
2 changed files with 51 additions and 12 deletions

View File

@@ -185,7 +185,7 @@ def notify_openclaw(session: Session, ctx: NotifyContext) -> None:
client.tools_invoke(
"sessions_send",
{"sessionKey": sk, "message": message},
timeout_s=3.0,
timeout_s=15.0,
)
except Exception:
logger.exception("notify_openclaw: sessions_send failed")