xurui-c

Results 7 issues of xurui-c

Snuba throttles queries in the magnitude of 10k-20k. A [previous PR](https://github.com/getsentry/sentry/pull/73442) emits a warning to Sentry and logs to GCP for every throttled query, and thus has the potential to...

Scope: Backend

Allocation policies are our mechanism for doing traffic management for Snuba queries. Currently, we see a lot of warnings (Warning: Query from referrer ... is throttled) on Sentry Issues. This...

Scope: Backend

### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need...

### Legal Boilerplate Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need...

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...

when there are no policies on a table, it gets populated with the `DEFAULT_PASSTHROUGH_POLICY`: https://github.com/getsentry/snuba/blob/master/snuba/web/db_query.py#L531-L566 https://github.com/getsentry/snuba/blob/master/snuba/query/data_source/simple.py#L98-L103