We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f19fa commit 39cd8abCopy full SHA for 39cd8ab
lib/service.rb
@@ -75,7 +75,7 @@ def receive(event, data, payload = nil)
75
else
76
false
77
end
78
- rescue Service::ConfigurationError, Errno::EHOSTUNREACH, Errno::ECONNRESET, SocketError, Net::SMTPFatalError => err
+ rescue Service::ConfigurationError, Errno::EHOSTUNREACH, Errno::ECONNRESET, SocketError, Net::ProtocolError => err
79
Service.stats.increment "hook.fail.config.#{hook_name}"
80
if !err.is_a?(Service::Error)
81
err = ConfigurationError.new(err)
0 commit comments