Skip to main content
← Back to list
01Issue
FeatureShippedSwamp ClubPublic
Assigneesstack72

Relationships

#1712 docs: document --remote-only flag for swamp serve

Opened by stack72 · 8/18/2026· Shipped 8/19/2026

Summary

PR #2179 added the --remote-only flag to swamp serve which disables the loopback executor so the serve instance acts purely as an orchestrator — all steps must declare explicit placement to be dispatched to remote workers.

The manual needs documentation covering:

Configuration reference

  • --remote-only CLI flag on swamp serve and swamp serve daemon enable
  • remote-only: true in .swamp/serve.yaml
  • SWAMP_REMOTE_ONLY=true environment variable

Conceptual docs

  • When to use remote-only mode (dedicated orchestrator instances where you don't want local execution consuming resources)
  • The error users will see when a step lacks placement: "Step '...' has no placement but the server is running in remote-only mode. Add a placement block (target, labels, or platform) to the workflow step, job, or workflow so it can be dispatched to a remote worker."
  • How to fix it: add target, labels, or platform to the step, job, or workflow placement block

API reference

  • remoteOnly field in the root / JSON response
  • remoteOnly field in the /api/v1/health JSON response

How-to guide

  • Setting up a remote-only orchestrator with remote workers (common deployment pattern)
02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 2 MOREREVIEW+ 4 MOREPR_MERGED+ 2 MORESESSION_SUMMARIZED

Shipped

8/19/2026, 10:49:12 PM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack728/19/2026, 2:06:36 AM

Sign in to post a ripple.