Openclaw version 2026.5.7
The failures were assistant-run timeouts
What the gateway logged:
• codex app-server turn idle timed out waiting for completion
• FailoverError: LLM request timed out.
• Embedded agent failed before reply: LLM request timed out.
This happened at:
• 18:51:03 UTC
• 19:00:05 UTC
• 19:04:46 UTC
Then Telegram sent the generic error message successfully:
• message 279
• message 290
• message 296
There were also liveness warnings around those periods:
• event_loop_delay
• max delay roughly 1.1s to 1.5s
So the root cause is:
• the embedded GPT/Codex assistant run did not finish before the gateway/app-server timeout window
• failover had no usable next candidate, so the turn died and Telegram got the generic error
So this is a gateway/model runtime timeout problem,