Hi I have a weird issue, I am using Typesense in m...
# community-help
s
Hi I have a weird issue, I am using Typesense in my NodeJs application, In my code I have a loop that continuously fetches documents and then performs an update or delete operation based on condition. But the issue is it calls the data a second time very fast so maybe the update operation has not been completed yet causing the data mismatch. Interestingly, this happens only for multi-node clusters but works in single-node clusters. Thanks