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
fix(alert): Delete IncidentTrigger as child of AlertRuleTrigger (#101460)
There can be 10s-100s of thousands of IncidentTrigger rows associated
with an AlertRuleTrigger.
In SENTRY-4A76, we see repeated failed attempts to delete an
AlertRuleTrigger with 15k IncidentTriggers, and this change will
hopefully help there.
0 commit comments