Skip to content

Commit 67a7f94

Browse files
committed
docs: how to handle deprecation of max_concurrency
1 parent c51e2be commit 67a7f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/resources/container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following arguments are supported:
7676

7777
- `registry_sha256` - (Optional) The sha256 of your source registry image, changing it will re-apply the deployment. Can be any string.
7878

79-
- `max_concurrency` - (Optional) The maximum number of simultaneous requests your container can handle at the same time.
79+
- `max_concurrency` - (Deprecated) The maximum number of simultaneous requests your container can handle at the same time. Use `scaling_option.concurrent_requests_threshold` instead.
8080

8181
- `protocol` - (Optional) The communication [protocol](https://www.scaleway.com/en/developers/api/serverless-containers/#path-containers-update-an-existing-container) `http1` or `h2c`. Defaults to `http1`.
8282

0 commit comments

Comments
 (0)