-
Notifications
You must be signed in to change notification settings - Fork 1.7k
MAGECLOUD-3234 Reducing downtime #4005
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few editorial suggestions, otherwise looks good.
|
||
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 your downtime to zero, you must configure your project to employ the most efficient deploy strategy possible: SCD on build with HTML minification. | ||
|
||
Use the following steps to help reduce the amount of time it takes your store to deploy an update to Production: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use the following steps to help reduce the amount of time it takes your store to deploy an update to Production: | |
Use the following instructions to update your project configuration and minimize store downtime when deploying an update to Production: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not exactly minimizing downtime, but rather avoiding it. There is a window of time they need to take advantage of so that deployment time doesn't surpass the connection hold and they experience downtime.
Co-Authored-By: hguthrie <hguthrie@users.noreply.github.com>
running tests |
Hi @hguthrie, thank you for your contribution! |
New topic in the Cloud guide Optimize deployment section to explain the zero downtime concept.
Also made the following updates:
Waiting on the following:
whatsnew
Added a new topic in Cloud Optimize deployment called Reduce downtime to explain the zero downtime concept.