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 60376fe commit 62546fbCopy full SHA for 62546fb
lib/embulk/output/bigquery/google_client.rb
@@ -66,7 +66,7 @@ def with_network_retry(&block)
66
# httpclient which google-api-ruby-client depends on, catches java.net.SocketException and java.net.ConnectionException and
67
# raises SSLError.
68
# https://github.com/nahi/httpclient/blob/4658227a46f7caa633ef8036f073bbd1f0a955a2/lib/httpclient/jruby_ssl_socket.rb#L124-L134
69
- rescue SSLError => e
+ rescue OpenSSL::SSL::SSLError => e
70
retry_messages = [
71
"Java::JavaNet::SocketException: Connection reset",
72
"Java::JavaNet::SocketException: Broken pipe",
0 commit comments