spacelift workerpool v0.0.42
WorkerPool.spec.commsProtocol
CommsProtocol selects the transport used to communicate with the Spacelift backend for this pool's workers: "mqtt" (default, server push over MQTT) or "poll" (worker-initiated HTTP long-poll). All workers in the pool use the selected transport.
| Field / Type | Description |
|---|---|
WorkerPool.spec.commsProtocol | CommsProtocol selects the transport used to communicate with the Spacelift backend for this pool's workers: "mqtt" (default, server push over MQTT) or "poll" (worker-initiated HTTP long-poll). All workers in the pool use the selected transport.
|