Skip to content

Commit

Permalink
chore(boundary): ic-boundary enable rate-limits autoscaling (#3475)
Browse files Browse the repository at this point in the history
Each API boundary node will scale each `rate-limit` rule by the existing
number of API boundary nodes.
This would allow for setting global definition of the `rate-limit`
config.

Co-authored-by: IDX GitLab Automation <[email protected]>
  • Loading branch information
nikolay-komarevskiy and IDX GitLab Automation authored Jan 16, 2025
1 parent d9459d5 commit cc3240e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ic-os/components/ic/share/ic-boundary.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ REGISTRY_DISABLE_REPLICATOR="true"
REGISTRY_LOCAL_STORE_PATH="/var/lib/ic/data/ic_registry_local_store"
OBS_LOG_ANONYMIZATION_CANISTER_ID="uz2z3-qyaaa-aaaaq-qaacq-cai"
RATE_LIMIT_GENERIC_CANISTER_ID="u637p-5aaaa-aaaaq-qaaca-cai"
RATE_LIMIT_GENERIC_AUTOSCALE="true"
OBS_LOG_JOURNALD="true"
OBS_METRICS_ADDR="[::]:9324"
RATE_LIMIT_PER_SECOND_PER_SUBNET="1000"
Expand Down

0 comments on commit cc3240e

Please sign in to comment.