Skip to content

Commit f2082a4

Browse files
authored
Merge branch 'main' into v1.5685.0
2 parents b27ce4b + a2b54d0 commit f2082a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/container/v1beta1/api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -736,6 +736,7 @@ async def update_container(
736736
- concurrent_requests_threshold: Scale depending on the number of concurrent requests being processed per container instance.
737737
- cpu_usage_threshold: Scale depending on the CPU usage of a container instance.
738738
:param health_check: Health check configuration of the container.
739+
739740
:return: :class:`Container <Container>`
740741
741742
Usage:

scaleway-async/scaleway_async/container/v1beta1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,7 @@ class Container:
481481
Possible values:
482482
- concurrent_requests_threshold: Scale depending on the number of concurrent requests being processed per container instance.
483483
- cpu_usage_threshold: Scale depending on the CPU usage of a container instance.
484+
484485
"""
485486

486487
health_check: Optional[ContainerHealthCheckSpec]

0 commit comments

Comments
 (0)