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

Add default timeouts for SMTP #1427

Merged
merged 1 commit into from May 20, 2021
Merged

Add default timeouts for SMTP #1427

merged 1 commit into from May 20, 2021

Conversation

mperham
Copy link
Contributor

@mperham mperham commented Feb 3, 2021

I get lots of reports of "stuck" Sidekiq jobs due to email delivery. SMTP servers in the wild are notoriously unreliable, e.g. spam honeypots can leave TCP connections lingering. We need network connection timeouts by default.

I get lots of reports of "stuck" Sidekiq jobs due to email delivery. SMTP servers in the wild are notoriously unreliable, e.g. spam honeypots can leave TCP connections lingering. We need network connection timeouts by default.
@mperham
Copy link
Contributor Author

mperham commented Feb 3, 2021

See also rails/rails#41248

@bf4
Copy link
Collaborator

bf4 commented Feb 10, 2021

@jeremy Looks fine to me

@mikel mikel merged commit 4f56234 into mikel:master May 20, 2021
yahonda added a commit to yahonda/mail that referenced this pull request Jun 9, 2021
@ahorek ahorek mentioned this pull request Sep 15, 2021
jeremy pushed a commit that referenced this pull request Oct 8, 2021
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

Successfully merging this pull request may close these issues.

None yet

3 participants