mirror of
https://github.com/bytedance/g3.git
synced 2026-04-28 03:30:31 +00:00
30 lines
767 B
ReStructuredText
30 lines
767 B
ReStructuredText
.. _configuration_server_keyless_proxy:
|
|
|
|
keyless_proxy
|
|
=============
|
|
|
|
A keyless reverse proxy server.
|
|
|
|
The following common keys are supported:
|
|
|
|
* :ref:`shared_logger <conf_server_common_shared_logger>`
|
|
* :ref:`ingress_network_filter <conf_server_common_ingress_network_filter>`
|
|
* :ref:`task_idle_check_duration <conf_server_common_task_idle_check_duration>`
|
|
* :ref:`task_idle_max_count <conf_server_common_task_idle_max_count>`
|
|
* :ref:`extra_metrics_tags <conf_server_common_extra_metrics_tags>`
|
|
|
|
backend
|
|
-------
|
|
|
|
**required**, **type**: :ref:`metrics name <conf_value_metrics_name>`
|
|
|
|
Set the backend name.
|
|
|
|
spawn_task_unconstrained
|
|
------------------------
|
|
|
|
**optional**, **type**: bool
|
|
|
|
Set if we should spawn tasks in tokio unconstrained way.
|
|
|
|
**default**: false
|