Skip to content

Commit 59c100e

Browse files
authored
Merge branch 'main' into 5167-pwd-rotation
2 parents 6f04673 + 5e6463d commit 59c100e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

shared/data/registry.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,7 @@
681681
},
682682
"versions-dedicated-gen-2": {
683683
"supported": [
684+
"22",
684685
"20",
685686
"19"
686687
],

sites/platform/src/dedicated-environments/dedicated-gen-2/development.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,13 @@ When deploying to the Dedicated Gen 2 cluster the process is slightly different
5252
- The application image on all three servers is replaced with the new image.
5353
- The deploy hook is run on one, and only one, of the three servers.
5454
- The cluster is opened to allow new requests.
55+
<!-- vale off -->
56+
{{< note title="Note" theme="Note" >}}
5557

58+
Note that hooks still run without containers. For example, [commands like `pre_start`](/create-apps/app-reference/single-runtime-image.md#web-commands) and other hooks run directly on the app docroot or worker service.
59+
60+
{{< /note >}}
61+
<!-- vale on -->
5662
The deploy usually takes approximately 30-90 seconds, although that is dependent on how your deploy hook has been configured.
5763

5864
During the deploy process the cluster is unavailable. All Dedicated Gen 2 instances are fronted by the Fastly Content Delivery Network (CDN) unless you decide to bring your own CDN. You can also decide that you'd rather not use Fastly. Fastly can be configured to allow a “grace period”, meaning that requests to the origin that fail are served from the existing cache, even if that cache item is stale. We configure a default grace period that is longer than a typical deployment, and can extend that time upon request. That means anonymous users should see no interruption in service at all. Authenticated traffic that can’t be served by the CDN still sees a brief interruption.

0 commit comments

Comments
 (0)