Skip to content

Commit

Permalink
add comment for prioritize reservations
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Aug 21, 2024
1 parent 711d2d1 commit f693555
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/source/reference/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
#
Expand Down Expand Up @@ -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
#
Expand Down

0 comments on commit f693555

Please sign in to comment.