snuba icon indicating copy to clipboard operation
snuba copied to clipboard

feat(cbrs): load based routing strategy

Open xurui-c opened this issue 2 months ago • 0 comments

Basically does what OutcomesBasedRoutingStrategy does except when cluster load is low enough, we let the query through even if allocation policies say no

Rollout plan:

  1. only deploy this strategy for org 1 (Sentry) via Snuba Admin by setting storage_routing_config_override = {'{"1": {"version": 1, "config": {"LoadBasedRoutingStrategy": 1.0}}}',
  2. deploy to 50% of our customers via setting default_storage_routing_config = '{"version": 1, "config": {"LoadBasedRoutingStrategy": 0.5, "OutcomesBasedRoutingStrategy": 0.5}}'

xurui-c avatar Nov 09 '25 23:11 xurui-c