Skip to content

Commit fae85d2

Browse files
authored
docs: Add traffic config ref link (#5471)
Add traffic config ref link Signed-off-by: Sherlock113 <[email protected]>
1 parent 101270a commit fae85d2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/source/reference/bentoml/configurations.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ For more information, see :doc:`/build-with-bentoml/runtime-environment`.
133133
class MyService:
134134
# Service implementation
135135
136+
.. _config-traffic:
137+
136138
``traffic``
137139
^^^^^^^^^^^
138140

docs/source/scale-with-bentocloud/scaling/autoscaling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can enhance concurrency management with an external request queue on BentoCl
8888

8989
If you enable ``external_queue`` in the ``@bentoml.service`` decorator, you must specify a ``concurrency`` value.
9090

91-
It's worth noting that when the external queue is enabled, ``max_concurrency`` will no longer take effect because BentoCloud guarantees the Service will never receive more requests simultaneously than the ``concurrency`` setting allows. Therefore, ``max_concurrency`` is never reached.
91+
It's worth noting that when the external queue is enabled, ``max_concurrency`` will no longer take effect because BentoCloud guarantees the Service will never receive more requests simultaneously than the ``concurrency`` setting allows. Therefore, ``max_concurrency`` is never reached. For more information, see available fields in :ref:`config-traffic`.
9292

9393
Autoscaling policies
9494
--------------------

0 commit comments

Comments
 (0)