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

feat: batch db calls when loading candidates #1218

Merged
merged 2 commits into from
May 21, 2024

Conversation

stephhuynh18
Copy link
Contributor

Currently we loop through each request and retrieve the metadata for it, and check if there is an anchor for it. Instead of doing this per request, we can do one batch call to do it before processing.

@stephhuynh18 stephhuynh18 requested review from ukstv and smrz2001 May 21, 2024 20:02
Copy link
Contributor

@smrz2001 smrz2001 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@smrz2001 smrz2001 merged commit 9820eb6 into develop May 21, 2024
5 checks passed
@smrz2001 smrz2001 deleted the feat/batch-db-calls-when-loading-candidates branch May 21, 2024 22:19
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.

2 participants