Hello,
I’m using node js client when I performed 3 sequential batch reads with limit 5000 getting an error as
also getting the timeout error
what I have to do? am I doing any mistake? Thanks in advance
Hello,
I’m using node js client when I performed 3 sequential batch reads with limit 5000 getting an error as
also getting the timeout error
what I have to do? am I doing any mistake? Thanks in advance
Looks like you hit the Batch max requests limit based on the first error. If you do need to increase the limit, can change it dynamically and hopefully that should help.