openclaw-lighthouse

Multi-instance session lock timeout causes slow or missing replies

Summary

In a multi-instance Docker setup, some OpenClaw gateways can become slow or stop replying after repeated local agent runs. The visible error is usually:

session file locked (timeout 10000ms)

When this happens, model fallback does not help, because the failure is in session file locking, not model quality.

Environment

Reproduction

  1. Run repeated openclaw agent --local --agent main ... calls on one or more instances.
  2. Interrupt/overlap runs (or keep testing quickly across many instances).
  3. Run another local agent call on the same instance.

Observed behavior:

Findings

Confirmed

Likely

Unknown

Mitigation / Workaround

Detailed command workflow is documented here:

Risk / Impact

Next actions

References