Sha256: 707645bcff5ea78bf10fa7808054522175e44f291729c803dcf1117d26d1b721
Contents?: true
Size: 523 Bytes
Versions: 19
Compression:
Stored size: 523 Bytes
Contents
# Booting # # 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. But you can control this with the boot configuration. # Fixed group sizes # # Here we boot 2 hosts at a time with a 10 second gap between each group. boot: limit: 2 wait: 10 # Percentage of hosts # # Here we boot 25% of the hosts at a time with a 2 second gap between each group. boot: limit: 25% wait: 2
Version data entries
19 entries across 19 versions & 1 rubygems