-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
fix(aci): Record DetectorGroup associations for new error groups #100684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
detector_id=occurrence.evidence_data["detector_id"], | ||
group_id=group.id, | ||
) | ||
associate_new_group_with_detector(group, occurrence.evidence_data["detector_id"]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 nice - i couldn't find any other occurrences of creating this either.
with the future of having this be updated by a background job, will there be any other data migrations we'll need to keep in mind? It sounds like at the given growth rate, this will likely buy us like a month or two. |
I don't understand the question, but I'm not aware of other data migrations we'll need to keep in mind. |
Guarded behind a flag for now.
We expect this to be 140k-190k writes per hour, expected to double the scale of DetectorGroup in under a week.