From f5668cc5213df684f1be19f9bf720f55ca3e7691 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Mon, 16 Nov 2020 16:28:12 -0500 Subject: [PATCH] update docs --- docs/activation.md | 3 +++ docs/packer.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/activation.md b/docs/activation.md index a339dad3..1a9ab90c 100644 --- a/docs/activation.md +++ b/docs/activation.md @@ -52,6 +52,9 @@ In the background, the Bubble launcher is building packer images for the compute This process usually takes about 20 minutes but can take up to an hour, depending on how many compute clouds you have and how fast the internet is. +If you try to launch a Bubble before the required packer image is ready, your Bubble launcher will detect that the image +is in the process of being built, and wait until it is ready before trying to use them. + [Learn more about Packer images](packer.md). ## Sign In to Admin Account diff --git a/docs/packer.md b/docs/packer.md index e921b4a4..ad6938aa 100644 --- a/docs/packer.md +++ b/docs/packer.md @@ -28,7 +28,7 @@ To set the Launch Type: on the Bubble launch screen, click the "Launch with Adva When using the API, set the `launchType` property in the JSON request that creates the Bubble. ## Launching a Bubble while Packer Images are Building -If you try to launch a Bubble before the required packer image is ready, your Bubble launch will detect that the image +If you try to launch a Bubble before the required packer image is ready, your Bubble launcher will detect that the image is in the process of being built, and wait until it is ready before trying to use them. ## Image Validity