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

fix(send_kcidb.py): Use faster findfast function #933

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

nuclearcat
Copy link
Member

find() is paginated function using .count that might cause significant load on API server. Use more efficient findfast() call.

find() is paginated function using .count that might
cause significant load on API server. Use more efficient
findfast() call.

Signed-off-by: Denys Fedoryshchenko <[email protected]>
@nuclearcat
Copy link
Member Author

Tested on staging

@nuclearcat nuclearcat added this pull request to the merge queue Dec 4, 2024
Merged via the queue into kernelci:main with commit 886a27f Dec 4, 2024
3 checks passed
@nuclearcat nuclearcat deleted the use-findfast branch December 4, 2024 15:51
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