Skip to content

Commit 490491a

Browse files
authored
chore(serverless_containers): update 502 docs to reflect Console availability (#5000)
1 parent 25466f8 commit 490491a

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

pages/serverless-containers/troubleshooting/502-error-when-scaling.mdx

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,6 @@ This issue typically occurs when traffic is sent too early to the newly created
2727

2828
To ensure the Serverless Container is completely ready, both in terms of the HTTP port and the software scope, it is recommended to use **custom health checks**.
2929

30-
You can configure [Custom health checks via the Scaleway API](https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-update-an-existing-container) with the `health_check` parameter. In this case, we recommend you implement a custom HTTP route on the Container that returns its readiness status.
31-
32-
<Message type="tip">
33-
A simple health check to implement is just a simple `GET` on `/` to make sure the HTTP server is properly listening.
34-
35-
Example (incomplete) settings:
36-
```
37-
health_check: {
38-
http: {
39-
path: "/"
40-
}
41-
}
42-
```
43-
</Message>
44-
45-
<Message type="note">
46-
Custom healthcheck feature will be available in the Scaleway console for Q1 2025.
47-
</Message>
30+
Custom health checks allow you to define a specific endpoint that the Serverless Container must respond to before it is considered ready to receive traffic. This ensures that the container is fully initialized and ready to handle requests.
31+
32+
Update your Serverless Container to use custom health checks by following the instructions in the [Serverless Containers documentation](/serverless-containers/how-to/manage-a-container/#how-to-manage-a-container-deployment).

0 commit comments

Comments
 (0)