You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2026. It is now read-only.
OS: Linux b8b01391ee38 4.9.125-linuxkit Fix export documentation. #1 SMP Fri Sep 7 08:20:28 UTC 2018 x86_64 GNU/Linux (this is from the node:latest docker image)
Node.js version: v12.9.0
@google-cloud/firestore version: 2.2.8
Steps to reproduce
I have a function that iterates through a file and updates documents with the corresponding ids.
the updates are nothing complicated - im just doing: await firestore.doc('some path').update(some small 2-3 line payload)
and i get the following error
Error: Deadline exceeded
at Http2CallStream.<anonymous> (/api/node_modules/@grpc/grpc-js/build/src/client.js:96:45)
at Http2CallStream.emit (events.js:214:15)
at /api/node_modules/@grpc/grpc-js/build/src/call-stream.js:71:22
at processTicksAndRejections (internal/process/task_queues.js:75:11)
at runNextTicks (internal/process/task_queues.js:62:3)
at listOnTimeout (internal/timers.js:501:9)
at processTimers (internal/timers.js:475:7)
I can't get it to reliably reproduce. It just happens sometimes. And it isn't a network issue because this is happening on a container on GCP.
Within a second after I get this error that is fatal and restarts the server. This has happened several times (all following the Deadline exceeded error):
Environment details
node:latestdocker image)@google-cloud/firestoreversion: 2.2.8Steps to reproduce
I have a function that iterates through a file and updates documents with the corresponding ids.
the updates are nothing complicated - im just doing:
await firestore.doc('some path').update(some small 2-3 line payload)and i get the following error
I can't get it to reliably reproduce. It just happens sometimes. And it isn't a network issue because this is happening on a container on GCP.
Within a second after I get this error that is fatal and restarts the server. This has happened several times (all following the Deadline exceeded error):
which gets immediately followed by: