Closed srabraham closed 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 69.23%. Comparing base (
8ab7088
) to head (800fb4c
). Report is 3 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Currently this sort of fetch does up to thousands of queries each time, which seems inefficient. I had pretty good success moving the fetchIncidents call over to bulk queries, and I'm seeing at least a 2x speedup locally with this change as well.
Related: https://github.com/burningmantech/ranger-ims-server/issues/1324