-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
Currently, the library can raise a Faraday::TimeoutError.
In the RaiseError middleware we catch Faraday::ConnectionFailed and remap it to ClickHouse::NetworkException:
| rescue Faraday::ConnectionFailed => e |
However, TimeoutError isn't a descendant of ConnectionFailed:
I suggest we also catch Faraday::TimeoutError (and perhaps a few more Faraday errors?) and remap it to ClickHouse errors
Metadata
Metadata
Assignees
Labels
No labels