Skip to content

Commit c9783fe

Browse files
committed
docs(srv): update
1 parent c17b36a commit c9783fe

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

pages/serverless-containers/reference-content/containers-sandbox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Scaleway Serverless Containers offers two sandbox environment options:
2626
Sandbox v1 is Serverless Containers' legacy sandboxing environment with slower [cold starts](/serverless-containers/concepts/#cold-start), but fully supports Linux system call interface. This option is recommended when processing large amounts of *syscalls*.
2727

2828
<Message type="important">
29-
Sandbox v1 are known to experience clock drift over time. A difference of approximately **two seconds** can be observed after 24 hours of uninterrupted execution. This issue especially affects long-running containers, whereas short-lived containers are much less impacted.
29+
Sandbox v1 are known to experience clock drift over time. A difference of approximately **two seconds** can be observed after 24 hours of uninterrupted execution. This issue especially affects long-running containers, whereas short-lived containers are much less impacted. Update to sandbox v2 to solve the issue.
3030
</Message>
3131

3232
## Sandbox v2

pages/serverless-containers/troubleshooting/container-clock-drift.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ The internal clock of a Serverless Container executed in a [Sandbox v1](/serverl
2424

2525
## Solution
2626

27-
[Update the sandbox environment](/how-to/manage-a-container/#how-to-manage-a-container-deployment) of your Serverless Container to [Sandbox v2](/serverless-containers/reference-content/containers-sandbox/#sandbox-v2) to solve clock drift issues.
27+
[Update the sandbox environment](/serverless-containers/how-to/manage-a-container/#how-to-manage-a-container-deployment) of your Serverless Container to [Sandbox v2](/serverless-containers/reference-content/containers-sandbox/#sandbox-v2) to solve clock drift issues.

pages/serverless-functions/reference-content/functions-sandbox.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Scaleway Serverless Functions offers two sandbox environment options:
2626
Sandbox v1 is Serverless Functions' legacy sandboxing environment with slower [cold starts](/serverless-functions/concepts/#cold-start), but fully supports Linux system call interface. This option is recommended when processing large amounts of *syscalls*.
2727

2828
<Message type="important">
29-
Sandbox v1 are known to experience clock drift over time. A difference of approximately **two seconds** can be observed after 24 hours of uninterrupted execution. This issue especially affects long-running functions, whereas short-lived functions are much less impacted.
29+
Sandbox v1 are known to experience clock drift over time. A difference of approximately **two seconds** can be observed after 24 hours of uninterrupted execution. This issue especially affects long-running functions, whereas short-lived functions are much less impacted. Update to sandbox v2 to solve the issue.
3030
</Message>
3131

3232
## Sandbox v2

pages/serverless-functions/troubleshooting/function-clock-drift.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ The internal clock of a Serverless Function executed in a [Sandbox v1](/serverle
2424

2525
## Solution
2626

27-
[Update the sandbox environment](/how-to/manage-a-function/#how-to-manage-a-function-deployment) of your Serverless Function to [Sandbox v2](/serverless-functions/reference-content/functions-sandbox/#sandbox-v2) to solve clock drift issues.
27+
[Update the sandbox environment](/how-to/manage-a-function/) of your Serverless Function to [Sandbox v2](/serverless-functions/reference-content/functions-sandbox/#sandbox-v2) to solve clock drift issues.

pages/serverless-functions/troubleshooting/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ categories:
7171
- [Unable to find the function handler](/serverless-functions/troubleshooting/handler-not-found/)
7272
- [Tests fail on Serverless Functions](/serverless-functions/troubleshooting/tests-fail-on-function/)
7373
- [I am experiencing timeout errors](/serverless-functions/troubleshooting/timeout-error/)
74-
- [My function fails after trying too many times](/serverless-functions/troubleshooting/too-many-retries/)
74+
- [My function fails after trying too many times](/serverless-functions/troubleshooting/too-many-retries/)
75+
- [I am experiencing clock drift with my Serverless Functions](/serverless-functions/troubleshooting/function-clock-drift/)

0 commit comments

Comments
 (0)