Skip to content

Commit

Permalink
add bytesscannedrejectingpolicy to search_issues
Browse files Browse the repository at this point in the history
  • Loading branch information
volokluev committed Jan 15, 2025
1 parent cd34ee8 commit e962f4a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions snuba/datasets/configuration/issues/storages/search_issues.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,16 @@ allocation_policies:
is_enforced: 1
throttled_thread_number: 1
org_limit_bytes_scanned: 100000
- name: BytesScannedRejectingPolicy
args:
required_tenant_types:
- organization_id
- project_id
- referrer
default_config_overrides:
is_enforced: 0
is_active: 0

- name: ReferrerGuardRailPolicy
args:
required_tenant_types:
Expand Down

0 comments on commit e962f4a

Please sign in to comment.