octave-online / octave-online-server

The infrastructure that powers Octave Online, octave-online.net
GNU Affero General Public License v3.0
322 stars 76 forks source link

Gracefully handle promise rejection in stackdriver logging #75

Open sffc opened 1 year ago

sffc commented 1 year ago

From time to time, it seems the stackdriver service is unavailable and we're getting logs such as

unhandledRejection Promise {
  <rejected> GoogleError: Total timeout of API google.logging.v2.LoggingServiceV2 exceeded 60000 milliseconds before any response was received.
...
    at reportError (.../shared/stackdriver/index.js:34:28)
    at writeLog (.../shared/stackdriver/index.js:51:3)
    at process.<anonymous> (.../shared/logger.js:50:2)
...