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

Improve performance of batchDelete functionality or explore alternatives #8

Open
kunaljubce opened this issue Aug 5, 2021 · 0 comments · May be fixed by #22
Open

Improve performance of batchDelete functionality or explore alternatives #8

kunaljubce opened this issue Aug 5, 2021 · 0 comments · May be fixed by #22
Labels
enhancement New feature or request

Comments

@kunaljubce
Copy link
Owner

Currently, even with batchDelete function there are 2 major roadblocks:

  • We can delete only maximum of 500 mails at a time.
  • Deleting 500 mails takes over 220 seconds, which is a huge amount of time for a simple get and delete request.

We need to explore ways to enhance batchDelete performance or alternatives to this approach entirely.

@kunaljubce kunaljubce added the enhancement New feature or request label Aug 5, 2021
@kunaljubce kunaljubce moved this to Todo in Roadmap Feb 9, 2024
@kunaljubce kunaljubce moved this from Todo to In progress in Roadmap Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

1 participant