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
feat(aci milestone 3): delete data in Seer when AD detector is deleted (#101843)
When a detector is deleted, we need to delete the rule data in Seer.
Similar implementation to the legacy alert rule code, but uses detector
ID instead of alert rule ID.
Note that because we are no longer able to use the post delete signal
(the `QuerySubscription` model is deleted by the time we get to post
delete so we cannot access the `source_id` needed) we cannot ensure Seer
knows to delete data on their end during a cascade deletion - however
Seer will delete data that doesn't receive an update for 90 days so it
will eventually be cleaned up.
---------
Co-authored-by: Colleen O'Rourke <[email protected]>
0 commit comments