Alexander Fedulin
Alexander Fedulin
Some loggers (like Ougai) use "time" provided in data as the time to be used for the log line. This PR replaces `time` with `time_consumed`.
It's not clear how to configure http for this gem. For example, I would like to use Faraday, set timeouts, and configure logging at least for debugging purposes. As I...
AR's establish_connection is not thread-safe. If standby connection is not established beforehand concurrent threads will raise something like: ``` ActiveRecord::ConnectionNotEstablished: No connection pool with id SlaverySlaveConnectionHolder found. ```