docs/configuration/booting.md
When deploying to large numbers of hosts, you might prefer not to restart your services on every host at the same time.
Kamal’s default is to boot new containers on all hosts in parallel. However, you can control this with the boot configuration.
boot:
This can be an integer (e.g., 3) or a percentage string (e.g., 25%).
limit: 25%
wait: 10
If a host has multiple roles, control whether they are booted in parallel or sequentially on that host.
Defaults to false.
parallel_roles: true