From f6935556d0b8778ce7c3aafd722129e0bf63fca0 Mon Sep 17 00:00:00 2001 From: Zhanghao Wu <zhanghao.wu@outlook.com> Date: Wed, 21 Aug 2024 22:28:37 +0000 Subject: [PATCH] add comment for prioritize reservations --- docs/source/reference/config.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/source/reference/config.rst b/docs/source/reference/config.rst index 3c193a768c8..2669aef0a1b 100644 --- a/docs/source/reference/config.rst +++ b/docs/source/reference/config.rst @@ -205,6 +205,9 @@ Available fields and semantics: # optimizer uses regular, non-zero pricing in optimization (if by chance any # matching reservation exists, AWS will still consume the reservation). # + # Note: this setting is default to false for performance reasons, as it can + # take half a minute to retrieve the reservations from AWS when set to true. + # # Default: false. prioritize_reservations: false # @@ -340,6 +343,9 @@ Available fields and semantics: # `specific_reservations` field below): This field will automatically be set # to true. # + # Note: this setting is default to false for performance reasons, as it can + # take half a minute to retrieve the reservations from GCP when set to true. + # # Default: false. prioritize_reservations: false #