Loic
07/04/2022, 8:17 PMPost/documents/import to Node 0 failed due to "Typesense::Error::TimeoutError: Error"
Does anyone have an idea why we’re getting this issue ? Is it a limitation based on our cluster config ?
Our timeout config is set to 200
:
TYPESENSE_CLIENT = Typesense::Client.new(
nodes: [{
host: ENV['TYPESENSE_ENDPOINT'],
port: 443,
protocol: 'https'
}],
api_key: ENV['TYPESENSE_API_KEY'],
connection_timeout_seconds: 200
)
Jason Bosco
07/04/2022, 8:42 PMLoic
07/04/2022, 8:45 PM