OpenClaw 2026.5.7 on Linux VPS, user gateway. Main + sub-agent use native Codex (openai/gpt-5.x, agentRuntime.id:"codex", codex plugin). Telegram with
multiple bot accounts, Google/Gemini batch TTS enabled. Previously same host/account handled 5–6 parallel agents; now 2 agents can trigger stalls.
Health stays ok=true, but eventLoop.degraded=true and sessions.list jumps from ~70–170ms to ~17–21s. Logs during bad windows show Telegram getMe fetch
timeouts, while direct curl to Bot API from host is ~60–90ms. Gemini TTS generateContent sometimes times out after 30s and seems to delay Telegram
text delivery. Codex also logs: app-server connection closed during startup, client is closed, and Codex agent harness failed; not falling back to
embedded PI backend.
Question: known 2026.5.7 regression/config drift? Can blocked fetch/TTS/Codex paths stall gateway WS calls? Should doctor --fix be first step?