Hello,
Working fine but after a while I've got "The connection was closed before the query could be completed in" in every request. The only way i've to make it work is to restart the process...
conn = r.connectPool({
silent : true,
waitForHealthy: true,
servers : [{ host : 'server1', port :...},{host : 'server2', port : ...],
buffer : 300,
max : 3000
});
System info
- Debien Bullseye
- RethinkDB Version: 2.42
Additional context
1x cluster of 2 servers
Is there a link with the connectPool ? Any idea ?
Hello,
Working fine but after a while I've got "The connection was closed before the query could be completed in" in every request. The only way i've to make it work is to restart the process...
System info
Additional context
1x cluster of 2 servers
Is there a link with the connectPool ? Any idea ?