From 855789a3bd7c27038e3c137f6a2bd7e4f96cb96a Mon Sep 17 00:00:00 2001 From: Yehan Pemarathne Date: Wed, 30 Jul 2025 17:40:09 +0530 Subject: [PATCH] Update application.html.markerb Add missing word "start". --- deep-dive/application.html.markerb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deep-dive/application.html.markerb b/deep-dive/application.html.markerb index 5285433392..acf15d39c8 100644 --- a/deep-dive/application.html.markerb +++ b/deep-dive/application.html.markerb @@ -7,7 +7,7 @@ order: 4 Your demo app is running by default on two [Fly Machines](/docs/machines/), our fast-launching VMs. -Both Machines stop when not in use, and automatically when a new request comes in. [Autostop/autostart](/docs/launch/autostop-autostart/) is entirely configurable. You can chose to suspend instead of stop, configure a minimum number of Machines to keep running, or even decide never to stop Machines at all. +Both Machines stop when not in use, and start automatically when a new request comes in. [Autostop/autostart](/docs/launch/autostop-autostart/) is entirely configurable. You can chose to suspend instead of stop, configure a minimum number of Machines to keep running, or even decide never to stop Machines at all. The purpose of two Machines is twofold: redundancy and scalability. If one Machine goes down, the other can continue on. If both are available, when your app has higher traffic, both can be started to handle requests. You can [vertically scale](/launch/scale-machine/) the CPU and RAM on Machines.