diff --git a/lib/faktory/client.rb b/lib/faktory/client.rb index cb0e0a2..d309569 100644 --- a/lib/faktory/client.rb +++ b/lib/faktory/client.rb @@ -321,7 +321,7 @@ def transaction begin yield - rescue SystemCallError, SocketError, TimeoutError + rescue SystemCallError, SocketError, TimeoutError, OpenSSL::SSL::SSLError if retryable retryable = false