Parallel deployments
Parallel deployments consist in deploying to multiple servers in your server group at the same time. These deployments are queued and transferred to your servers on a batch basis, using batch sizes based on your subscription tier (see our pricing page for further details).
These parallel deployments can be configured by setting up your deployment strategy when configuring your server group. Here, you'll be able to set up your parallel deployments to be either:
- Sequential - For example, your deployment is ran to 5 of your servers at the same time until they're completed, then the next batch of 5 is started, etc.
- Parallel - For example, your deployment is ran to 5 of your servers at the same time until they complete a deployment step, then the same step is ran for the next server batch, until all batches complete this deployment step. Then, the next step is started with the first batch, etc. This is done until all servers have deployed completely.
The advantage of parallel deployments is mainly a big increase in deployment speed, as you don't need to wait for many servers to deploy one after the other.