Skip to content

Commit 88229e0

Browse files
authored
feat(capman): Fix model ID for workflow querying referrer (#7243)
One of our referrers queries `users_affected_by_group`, and our passthrough config needs to reflect that. This was previously attempted with b384941, but that was reverted due to apparent issues in CI.
1 parent b8889e7 commit 88229e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snuba/query/allocation_policies/concurrent_rate_limit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"tsdb-modelid:4.batch_alert_event_uniq_user_frequency",
3535
"tsdb-modelid:4.batch_alert_event_frequency_percent",
3636
"tsdb-modelid:4.wf_batch_alert_event_frequency",
37-
"tsdb-modelid:4.wf_batch_alert_event_uniq_user_frequency",
37+
"tsdb-modelid:300.wf_batch_alert_event_uniq_user_frequency",
3838
"tsdb-modelid:4.wf_batch_alert_event_frequency_percent",
3939
]
4040
)

0 commit comments

Comments
 (0)