Choose a cluster for the environment
A cluster is the routing boundary for jobs and runners. Jobs submitted to a cluster can only be claimed by runners connected to the same cluster. Use separate clusters for environments that should not run the same code by accident, such as development and production-like compute.Deploy a release to the cluster
Deploy a published workflow release to the cluster or to a target defined intilebox.workflow.toml.
Start release runners where the work should run
Start one or more release runners in the environment that has the required network access, credentials, hardware, and data access.Scale runner processes
Start multiple runners for the same cluster when you want more parallelism.Verify cluster alignment
If a job stays queued, check that these three values match:- The job was submitted to the expected cluster.
- The workflow release is deployed to that cluster.
- A release runner is running for that cluster.