-
Notifications
You must be signed in to change notification settings - Fork 5
[Global]: search api call causes instances api service to crash #3891
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
base: dev
Are you sure you want to change the base?
Conversation
436e0ea to
fd78114
Compare
|
@geodem127 is there any reason why the base branch has been changed? There's currently 300+ changed files |
I'm not sure what happened, but I’ve already switched it back to dev. |
|
Why is there so much code changed in the PR when the core of it, as descibed, is going from
Also not sure what that means. Why would search have a default term? How would we know what a baseline default term is that meets a users expectations. |
The other modifications (debounce, filtering block items, and the UI icon) were initially part of the PR but have since been removed. The diff now primarily shows the core architectural change from RTK Query to Redux dispatch. Just to clarify the RCA description: "no default search term" was a typo. It should read "no search term specified" |
…lting to failed test
RCA:
The search API was configured with an excessively high result limit (10,000) and no search term. This caused the request to fetch an unmanageably large dataset on page load, leading to frequent timeouts and failed responses.
FIX:
Loom.Message.-.7.November.2025.mp4