Skip to content
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

only update the changed incident on background update #1493

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

srabraham
Copy link
Member

Previously on any update to any incident, we were pulling all the incident data for every incident in the event. That would lead to heavy server load when many users were logged into IMS at once, and it make the table spin waiting for the large bundle of new data to arrive.

#1488

Previously on any update to any incident, we were pulling all the
incident data for every incident in the event. That would lead to
heavy server load when many users were logged into IMS at once, and
it make the table spin waiting for the large bundle of new data to
arrive.

#1488
@srabraham srabraham enabled auto-merge (rebase) January 6, 2025 15:12
@srabraham srabraham merged commit aa1ea41 into master Jan 6, 2025
11 checks passed
@srabraham srabraham deleted the 2024-12-17-lint branch January 6, 2025 15:18
Copy link

codecov bot commented Jan 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.67%. Comparing base (fb3d48c) to head (d0c194b).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1493      +/-   ##
==========================================
+ Coverage   69.64%   69.67%   +0.03%     
==========================================
  Files         181      181              
  Lines        8996     8996              
  Branches     1494     1494              
==========================================
+ Hits         6265     6268       +3     
+ Misses       2625     2624       -1     
+ Partials      106      104       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant