Sha256: 231af1500f8a3a803321295c7b310e00931a007e815e8034e33b3fdb1fc2d9b8

Contents?: true

Size: 530 Bytes

Versions: 15

Compression:

Stored size: 530 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. However, 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

15 entries across 15 versions & 2 rubygems

Version Path
kamal-2.5.3 lib/kamal/configuration/docs/boot.yml
kamal-2.5.2 lib/kamal/configuration/docs/boot.yml
kamal-2.5.1 lib/kamal/configuration/docs/boot.yml
kamal-2.5.0 lib/kamal/configuration/docs/boot.yml
kamal-2.4.0 lib/kamal/configuration/docs/boot.yml
nocoffee-kamal-2.3.0.3 lib/kamal/configuration/docs/boot.yml
nocoffee-kamal-2.3.0.2 lib/kamal/configuration/docs/boot.yml
nocoffee-kamal-2.3.0.1 lib/kamal/configuration/docs/boot.yml
kamal-2.3.0 lib/kamal/configuration/docs/boot.yml
kamal-2.2.2 lib/kamal/configuration/docs/boot.yml
kamal-2.2.1 lib/kamal/configuration/docs/boot.yml
kamal-2.2.0 lib/kamal/configuration/docs/boot.yml
kamal-2.1.2 lib/kamal/configuration/docs/boot.yml
kamal-2.1.1 lib/kamal/configuration/docs/boot.yml
kamal-2.1.0 lib/kamal/configuration/docs/boot.yml