Once you have deployed your app and are ready to launch you will probably want to disable auto-scaling to 0 and beed up your machine to handle more traffic. You will likely see a warning on your fly dashboard stating - “Your app is currently running on a single machine To ensure high availability, especially for production apps, we’d strongly recommend running at least 2 machines” As we are using sqlite there is no built in data replication so we have to use 1 machine! We can however improve the single machine by bumping up the RAM or CPU count - note this will have affect on price.Documentation Index
Fetch the complete documentation index at: https://docs.boringdatabase.com/llms.txt
Use this file to discover all available pages before exploring further.
Disable auto-stop-machines
By default yourfly.toml is set to shut down the machine after a period of inactvity.
This is useful during development but once you launch it much better to avoid the cold start time of starting up the machine when someone hits your url.