-
Notifications
You must be signed in to change notification settings - Fork 900
fix(react-email): render email templates in separate nodejs process to avoid OOM issues #2888
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
base: canary
Are you sure you want to change the base?
Conversation
|
|
@framebassman is attempting to deploy a commit to the resend Team on Vercel. A member of the Team first needs to authorize it. |
commit: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
closes #2887
Summary by cubic
Render react-email templates in separate worker processes to prevent out-of-memory crashes when exporting large sets. Each template is rendered in isolation with cleanup to reduce memory use and improve stability. Fixes #2887.
Written for commit a4f378d. Summary will update on new commits.