I am having issues with a collection search since migrating from own server to cliud
The own server I had was a VPS with merely 10GB ram, 50GB storage, 1GB bandwidth for 18USD a month
The cliud we have now is a 4GB ram (according stats, about 4 times what we really use) and 3 nodes high availability, for way over 100 USD per months
The exact same identaical dataset is used, the same exact code is used to implement instnat search on the website
However, using the cloud instance, I get tons of
Unhandled Promise Rejection: Error: 500 - Request timed out.
on
https://cdn.jsdelivr.net/npm/instantsearch.js@4.44.0?ver=4.44.0
I already increased
connectionTimeoutSeconds
, at no avail.
As soon I switch back to my own server, this does not happen.