Firestore AdminSDK重试超时

时间:2018-09-25 16:35:24

标签: firebase google-cloud-firestore

我有一个节点服务器,使用admin sdk侦听文档中的更改,然后写入日志。运行5-10分钟后,我得到了这些错误。

(node:1088) UnhandledPromiseRejectionWarning: Error: Retry total timeout exceeded before any response was received
    at repeat (C:\connect2sql\node_modules\google-gax\build\src\api_callable.js:215:26)
    at Timeout._onTimeout (C:\connect2sql\node_modules\google-gax\build\src\api_callable.js:243:25)
    at ontimeout (timers.js:498:11)
    at tryOnTimeout (timers.js:323:5)
    at Timer.listOnTimeout (timers.js:290:5)

有什么想法可以延长超时时间或加快google-gax的速度吗?

0 个答案:

没有答案