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 11, 2026. It is now read-only.
(node: 6) UnhandledPromiseRejectionWarning: Error: Total timeout of API google.logging.v2.LoggingServiceV2 exceeded 600000 milliseconds before any response was received.
at repeat (/app/node_modules/google-gax/build/src/normalCalls/retries.js:66)
at Timeout._onTimeout (/app/node_modules/google-gax/build/src/normalCalls/retries.js:101)
at listOnTimeout (internal/timers.js:554)
at processTimers (internal/timers.js:497)
I'm hoping this is also why I'm having a memory leak - so if this gets fixed my app will stabilise. But as this continues, my memory climbs and my app is crashing regularly. See below.
Every 10 minutes I'm receiving this same error:
Similar issues seem to have been fixed over a year ago. I've ensured my libraries are up to date - this is the output of my npm ls .
I'm hoping this is also why I'm having a memory leak - so if this gets fixed my app will stabilise. But as this continues, my memory climbs and my app is crashing regularly. See below.
I'm running a nestjs app and using the Google Winston logging library.
Any support would be hugely appreciated to tracking this down.