Skip to content

Commit 1f52c6e

Browse files
committed
fix: review changes
1 parent b8928f3 commit 1f52c6e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

serverless/containers/reference-content/containers-limitations.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,11 @@ incoming requests for up to 24 hours. After this period, the container in error
9595
longer be served until a successful deployment is made. This ensures temporary service continuity, but it is important
9696
to monitor and resolve deployment issues promptly, as the fallback is not intended to provide long-term version control
9797
or rollback capabilities.
98+
99+
Below is an example than illustrates this behavior:
100+
101+
* Time +0H: The first container is deployed and works correctly.
102+
* Time +1H: The container is redeployed, but the deployment fails, and the container ends up in an error state.
103+
* Time +2H: Despite the failed deployment, the first container is still handling incoming requests.
104+
* Time +25H: The 24-hour window expires, and both the first working container and the failed container are removed,
105+
leading to service disruption until a new successful deployment is made.

serverless/functions/reference-content/functions-limitations.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,11 @@ incoming requests for up to 24 hours. After this period, the function in error w
6464
longer be served until a successful deployment is made. This ensures temporary service continuity, but it is important
6565
to monitor and resolve deployment issues promptly, as the fallback is not intended to provide long-term version control
6666
or rollback capabilities.
67+
68+
Below is an example than illustrates this behavior:
69+
70+
* Time +0H: The first function is deployed and works correctly.
71+
* Time +1H: The function is redeployed, but the deployment fails, and the function ends up in an error state.
72+
* Time +2H: Despite the failed deployment, the first function is still handling incoming requests.
73+
* Time +25H: The 24-hour window expires, and both the first working function and the failed function are removed,
74+
leading to service disruption until a new successful deployment is made.

0 commit comments

Comments
 (0)