-
Notifications
You must be signed in to change notification settings - Fork 19
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
perf(email): make fetchEmails
async
#726
Conversation
@donno2048 SummaryPlease fix the "1." & "2." cases. Not as Expected CasesThe case with search case is not as expected.
Good CasesThe case without search setting works fine, and the performance is good! The end to end test with search limit: 100 After this PR merged Sample Recipe
|
@chuang8511 please review. Also, I think the performance boost will be even greater for a bigger search space than 100. |
@donno2048 Sample Recipe
|
The order seems still wrong. Would you mind to do QA before requesting review? Thank you! |
The problem is I don't have a PC and I can't really do that on mobile... Sorry... |
Sorry, just out of curiosity. You always develop in mobile? OK, then let me QA for you. Please check your code again. |
@chuang8511 |
The code is not able to compile again. Could you please find some ways to verify your code is ok? Thank you. 🙏 |
Made a stupid mistake it'll now compile @chuang8511 |
@donno2048
Please notify us to review when you find a way to test it. The current test code is only unit testing for the unexported functions in |
I don't really have a way to do this right now, closing. Thanks anyways |
solves instill-ai/instill-core#1111