From e6081cfe1e4c96b6748a1b10de98628fb3f5ed43 Mon Sep 17 00:00:00 2001 From: tnolet Date: Wed, 22 Nov 2023 18:58:22 +0100 Subject: [PATCH 1/3] fix: typo --- site/content/docs/browser-checks/file-system.md | 2 +- .../docs/multistep-checks/upload-downloads-filesystem.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/browser-checks/file-system.md b/site/content/docs/browser-checks/file-system.md index 6227f16b2..582f25e4d 100644 --- a/site/content/docs/browser-checks/file-system.md +++ b/site/content/docs/browser-checks/file-system.md @@ -16,7 +16,7 @@ app. ## Testing uploads with the browser's File API To test any upload features with Playwright's `.setInputFiles()` method, you need to provide a file object. Currently, -Checkly does have a dedicated storage layer where you could upload that file, so you need to host it yourself at a (publicly) +Checkly does not have a dedicated storage layer where you could upload that file, so you need to host it yourself at a (publicly) accessible location like an AWS S3 bucket, Dropbox or any other file hosting service. In the example below, we do not need to interact with the file system. We can just: diff --git a/site/content/docs/multistep-checks/upload-downloads-filesystem.md b/site/content/docs/multistep-checks/upload-downloads-filesystem.md index b80d83b4e..9885ff9b1 100644 --- a/site/content/docs/multistep-checks/upload-downloads-filesystem.md +++ b/site/content/docs/multistep-checks/upload-downloads-filesystem.md @@ -14,7 +14,7 @@ app. ## Testing uploads using HTTP POST requests -To test any binary uploads, you need to provide a file object. Currently, Checkly does have a dedicated storage layer +To test any binary uploads, you need to provide a file object. Currently, Checkly does not have a dedicated storage layer where you could upload that file, so you need to host it yourself at a (publicly) accessible location like an AWS S3 bucket, Dropbox or any other file hosting service. From 2545b5eede3f7ed2f33c1dd09240a2390f913c3b Mon Sep 17 00:00:00 2001 From: tnolet Date: Wed, 22 Nov 2023 20:09:04 +0100 Subject: [PATCH 2/3] docs: add video to env var docs --- site/content/docs/cli/using-environment-variables.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/content/docs/cli/using-environment-variables.md b/site/content/docs/cli/using-environment-variables.md index 6087038b5..3dad0195c 100644 --- a/site/content/docs/cli/using-environment-variables.md +++ b/site/content/docs/cli/using-environment-variables.md @@ -11,6 +11,10 @@ There are two types of environment variables (env vars) in the Checkly CLI conte - Local environment variables. - Remote environment variables. +To get a quick overview of when to use which, checkout this video 👇 + +{{< youtube nEIOBRSbjAk >}} + ## Local Environment Variables Local environment variables exist on your local machine, your CI environment, or anywhere you run the Checkly CLI. They From db7a0b0514e9263fb3d543fc41b805e5c882fdde Mon Sep 17 00:00:00 2001 From: Umut Uzgur Date: Thu, 23 Nov 2023 12:40:49 +0100 Subject: [PATCH 3/3] Update the agent timeout (#945) --- site/content/docs/private-locations/scaling-and-redundancy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/private-locations/scaling-and-redundancy.md b/site/content/docs/private-locations/scaling-and-redundancy.md index e1fd64110..de8884646 100644 --- a/site/content/docs/private-locations/scaling-and-redundancy.md +++ b/site/content/docs/private-locations/scaling-and-redundancy.md @@ -10,7 +10,7 @@ cli: true At least two running Checkly Agents per Private Location are recommended for redundancy. Agents are stateless and can be scaled horizontally as needed. You can add additional agents to a location at any time and remove them as necessary. -If one Checkly Agent fails, the other agents in the same Private Location will continue to run the checks assigned to that location. Even checks that are currently in progress on an agent that fails will be rerun by another agent after a timeout period of 140 seconds. +If one Checkly Agent fails, the other agents in the same Private Location will continue to run the checks assigned to that location. Even checks that are currently in progress on an agent that fails will be rerun by another agent after a timeout period of 300 seconds. There are two cases where checks assigned to a location could fail to run: