Skip to content

Commit a273153

Browse files
SamyOubouazizRoRoJ
andauthored
Apply suggestions from code review
Co-authored-by: Rowena Jones <[email protected]>
1 parent 3cac4ca commit a273153

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pages/serverless-containers/troubleshooting/cannot-access-container.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ I am experiencing issues while accessing my Serverless Containers.
3030
- If you encounter a DNS issue, refer to the [dedicated troubleshooting page](/serverless-containers/troubleshooting/known-dns-containers-errors/).
3131

3232
- For long response time, check:
33-
- if the first instance of the container is currently starting, a [cold start](/serverless-containers/concepts/#cold-start) can appear
33+
- if the first instance of the container is currently starting. This can entail a [cold start](/serverless-containers/concepts/#cold-start)
3434
- if not, [check the metrics in Cockpit](/serverless-containers/how-to/monitor-container/) (especially CPU) and see if there is a high usage explaining the slow response
3535

36-
- `HTTP 5XX` errors can come from the application itself. Check if you can reproduce locally with a dummy container, or if your application is not misbehaving.
36+
- `HTTP 5XX` errors can come from the application itself. Check if you can reproduce locally with a dummy container, or if your application is misbehaving.
3737

3838
- A `Could not resolve host` error can indicate that you are trying to reach the container in IPv4 with its IPv6 address, or vice versa. This can also appear if there is a [DNS issue](/serverless-containers/troubleshooting/known-dns-containers-errors/).
3939

pages/serverless-containers/troubleshooting/known-dns-containers-errors.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The DNS record for the default endpoint (`functions.fnc.<region>.scw.cloud`) is
2727
## Solutions
2828

2929
- When the DNS answer is cached locally, you can:
30-
- retry later (negative DNS caching last around 60 seconds)
30+
- retry later (negative DNS caching lasts around 60 seconds)
3131
- try from another host, where the DNS answer is not cached
3232
- clean the DNS cache locally
3333
- use another DNS resolver (common DNS resolvers should have the record in a few seconds)
@@ -42,4 +42,4 @@ The DNS record for the default endpoint (`functions.fnc.<region>.scw.cloud`) is
4242

4343
- Refer to the dedicated documentation on [how to add a custom domain to a container](/serverless-containers/how-to/add-a-custom-domain-to-a-container/) for more information.
4444

45-
- If you managed your domain names with Scaleway, refer to the [Scaleway Domains and DNS documentation](/domains-and-dns/).
45+
- If you manage your domain names with Scaleway, refer to the [Scaleway Domains and DNS documentation](/domains-and-dns/).

0 commit comments

Comments
 (0)