8000 feat: enable email connection pooling by ZeRego · Pull Request #15368 · lightdash/lightdash · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

feat: enable email connection pooling #15368

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

Merged
merged 3 commits into from
Jun 17, 2025

Conversation

ZeRego
Copy link
Collaborator
@ZeRego ZeRego commented Jun 16, 2025

Closes: #15364

Description:

Enable connection pooling for SMTP email client to improve performance and resource utilization. This configures the email transport to use a pool of connections with a maximum of 5 connections and 100 messages per connection, which should help with handling multiple concurrent email requests more efficiently.

Nodemailer pool docs: https://nodemailer.com/smtp/pooled/

Copy link
Collaborator Author
ZeRego commented Jun 16, 2025

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link
github-actions bot commented Jun 16, 2025

Your preview environment pr-15368 has been deployed.

Preview environment endpoints are available at:

@ZeRego ZeRego marked this pull request as draft June 16, 2025 14:08
@ZeRego ZeRego marked this pull request as ready for review June 16, 2025 15:28
Copy link

@ZeRego ZeRego force-pushed the feat_enable_email_connection_pooling_with_configuration branch from de55ef3 to c86ec63 Compare June 16, 2025 16:13
Copy link

@ZeRego ZeRego changed the title feat: enable email connection pooling for improved performance feat: enable email connection pooling Jun 16, 2025
Copy link
Contributor
@IrakliJani IrakliJani left a comment

Choose a reason for hiding this comment

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

nice!

@ZeRego ZeRego merged commit 400041d into main Jun 17, 2025
30 of 31 checks passed
@ZeRego ZeRego deleted the feat_enable_email_connection_pooling_with_configuration branch June 17, 2025 08:08
lightdash-bot pushed a commit that referenced this pull request Jun 17, 2025
# [0.1726.0](0.1725.2...0.1726.0) (2025-06-17)

### Features

* enable email connection pooling ([#15368](#15368)) ([400041d](400041d))
@lightdash-bot
Copy link
Collaborator

🎉 This PR is included in version 0.1726.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to send email. Error: read ECONNRESET
3 participants
0