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(email sending): memory exceeding #98

Open
Todmy opened this issue May 29, 2023 · 0 comments
Open

fix(email sending): memory exceeding #98

Todmy opened this issue May 29, 2023 · 0 comments

Comments

@Todmy
Copy link
Contributor

Todmy commented May 29, 2023

Relates to #89 (comment)

The issue is that we are processing a huge array of elements in memory. This should be split into chunks and each chunk could be processed in a separate job.

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

No branches or pull requests

1 participant