• John Mason's avatar
    Use typhoeus adapter for Elasticsearch client · 3cc2e0ab
    John Mason authored
    We get Faraday connection issues because the client
    is unable to keep the connection open. Adding the
    typhoeus adapter will allow our Elastic client to have
    a "keep-alive" connection, as that is not included by
    default.
    3cc2e0ab
client_spec.rb 7.05 KB