-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
Right now we go to the database for every enumeration of alerts. We should instead have some sort of repository wrapper that caches these evaluations as they are written to avoid so many individual reads.
Similarly, we could fetch the evaluation state in a batch instead of per-alert - although this could also be done separately from the caching.
Metadata
Metadata
Assignees
Labels
No labels