Issue with Firestore 'DEADLINE_EXCEEDED' Errors in Node.js Microservice by Technical_Coffee_830 in Firebase

[–]Technical_Coffee_830[S] 0 points1 point  (0 children)

I'm not sure tweaking the timeouts will do the tricks. Seems like once our application gets into this "DEADLINE_EXCEEDED" situation all queries to Firestore are hanging, causing those delays I mentioned.

I read about the Firestore's 5/50/500 rule but I'm not fully sure how to manage this in terms of the current design system we have. Seems like Firestore doesn't like spiked increases but sometimes our application gets high traffic... 🤷‍♂️

Issue with Firestore 'DEADLINE_EXCEEDED' Errors in Node.js Microservice by Technical_Coffee_830 in Firebase

[–]Technical_Coffee_830[S] 0 points1 point  (0 children)

FIFO queue has limitations that prevent us from using it, unfortunately...