Skip to content
#

activerecord

Here are 918 public repositories matching this topic...

mperham
mperham commented Jan 26, 2021

I have a Sidekiq customer complaining of a lot of "stuck" threads. He sends a lot of email so I suspected misbehaving SMTP servers.

The mail gem has support for timeouts here but they default to nil:

https://github.com/mikel/mail/blob/7b3e100f42f2d7738c3af7bf1909777568270b67/lib/mail/network/delivery_methods/smtp.rb#L91

Rails does not appear to set them by default:

https://github.c

Improve this page

Add a description, image, and links to the activerecord topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the activerecord topic, visit your repo's landing page and select "manage topics."

Learn more