Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 776df2d

Browse files
authored
Merge pull request #4195 from magento/hg-fixzero
Zero downtime clarification
2 parents 18eebf3 + fc7d6ac commit 776df2d

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

_data/toc/cloud-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ pages:
307307
- label: Cloud deployment process
308308
url: /cloud/deploy/cloud-deployment-process.html
309309

310-
- label: Reduce downtime
310+
- label: Zero downtime deployment
311311
url: /cloud/deploy/reduce-downtime.html
312312

313313
- label: Static content deployment

guides/v2.1/cloud/deploy/optimize-cloud-deployment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ The following topics can help you to better understand how to optimize the deplo
1414
- [Cloud deployment process]({{page.baseurl}}/cloud/deploy/cloud-deployment-process.html)
1515
There are three phases in the Cloud deployment process, and you can use the strengths and weaknesses of each phase to your advantage.
1616

17+
- [Zero downtime deployment]({{page.baseurl}}/cloud/deploy/reduce-downtime.html)
18+
Understand what happens during deployment and how to reduce the amount of downtime your store experiences during an update to the Production environment.
19+
1720
- [Static content deployment]({{page.baseurl}}/cloud/deploy/static-content-deployment.html)
1821
The best way to optimize your Cloud deployment is to control how and when to generate static content.
1922

20-
- [Reduce downtime]({{page.baseurl}}/cloud/deploy/reduce-downtime.html)
21-
Understand what happens during deployment and how to reduce the amount of downtime your store experiences during an update to the Production environment.
22-
2323
- [Smart wizards]({{page.baseurl}}/cloud/deploy/smart-wizards.html)
2424
The `{{site.data.var.ct}}` package provides the smart wizard commands to quickly evaluate your project configuration.

guides/v2.1/cloud/deploy/reduce-downtime.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
group: cloud-guide
3-
title: Reduce downtime
3+
title: Zero downtime deployment
44
functional_areas:
55
- Cloud
66
- Deploy
77
- SCD
88
---
99

10-
{{site.data.var.ece}} runs Magento in [_maintenance_ mode]({{page.baseurl}}/config-guide/bootstrap/magento-modes.html#maintenance-mode) during the deploy phase, which takes your site offline until the deployment is complete. The length of time your Production site is in maintenance mode depends on the size of the site, the number of changes applied during the deployment, and the configuration for static content deployment.
10+
{{site.data.var.ece}} runs Magento in [_maintenance_ mode]({{page.baseurl}}/config-guide/bootstrap/magento-modes.html#maintenance-mode) during the deploy phase, which takes your site offline until the deployment is complete. The length of time your Production site is in maintenance mode depends on the size of the site, the number of changes applied during the deployment, and the configuration for static content deployment. It is possible to configure your project so that it deploys with a **zero** downtime effect.
1111

12-
During the deployment process, all connections queue for up to 5 minutes preserving any active sessions and pending actions, such as adding to cart or checkout. After deployment, the queue is released and connections continue without interruption. To use this _connection hold_ to your advantage and reduce downtime to **zero**, you must configure your project to use the most efficient deploy strategy.
12+
During the deployment process, all connections queue for up to 5 minutes preserving any active sessions and pending actions, such as adding to cart or checkout. After deployment, the queue is released and connections continue without interruption. To use this _connection hold_ to your advantage and reduce deployment to _zero_ downtime, you must configure your project to use the most efficient deploy strategy.
1313

1414
Use the following steps to reduce the amount of time it takes your store to deploy an update to Production:
1515

0 commit comments

Comments
 (0)