mirror of
https://github.com/OpenRouterTeam/spawn.git
synced 2026-04-28 11:59:29 +00:00
GCP e2-micro VMs are slow and throttled. When the openclaw gateway is killed during the resilience test, the lock file is held by the dead process for ~5s. This causes the first systemd restart attempt to fail with "lock timeout after 5000ms", requiring a second restart cycle. Timeline on slow VMs: RestartSec(5) + lock-timeout(5) + RestartSec(5) + boot(5) ≈ 20s. The previous 30s window was too tight — the gateway DID recover but just barely missed the polling window on throttled CPUs. Increasing to 60s gives a comfortable 3x margin for all VM types. Co-authored-by: spawn-qa-bot <qa@openrouter.ai> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> Co-authored-by: L <6723574+louisgv@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| lib | ||
| e2e.sh | ||