You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(hybridcloud) Use a more efficient RPC call in ratelimiting (#76258)
Fetching an installation + sentryapp + apiapplication only to use the
organization_id contributes to higher latency. If we use a tailor made
RPC call we should have better response times as there are fewer queries
and less data transferred.
0 commit comments