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.

1 fields
WorkerPool.spec.commsProtocol fields and descriptions
Field / TypeDescription
WorkerPool.spec.commsProtocol
string

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.

  • enum: ["mqtt","poll"]
  • default: "mqtt"