Net :: OpenTimeout执行在Action Mailer Ruby on Rails 5中到期

时间:2018-06-21 05:13:15

标签: ruby-on-rails actionmailer sendgrid sucker-punch

从ActionMailer发送电子邮件时出现以下错误

  

错误-:[ActiveJob] [ActionMailer :: DeliveryJob]   [a532d442-ad8a-44a9-b13d-a2a3ec9c5bd9]执行错误   ActionMailer :: DeliveryJob(作业ID:   来自SuckerPunch(邮件)的a532d442-ad8a-44a9-b13d-a2a3ec9c5bd9)   30009.94ms:Net :: OpenTimeout(执行到期):

有时会出现此错误,有时它会起作用。我的应用程序中包含以下代码。rb

require 'net/http'
require 'openssl'
require 'resolv-replace'

下面在我的吸盘打孔器中。rb

SuckerPunch.shutdown_timeout = 15

我正在使用 Rails 5.1.4 sendgrid 发送电子邮件。

0 个答案:

没有答案