This repository helps reproduce a GCP bug. Link to issue tracker: https://issuetracker.google.com/issues/155215191
Login to your GCP project in your CLI and type ./deploy.sh
After that, go to GCP Console -> Logging, and select your function. It may take a minute or so, and then you should see logs of your function execution. It just says that it has started and crashed, but no anything else.
Normally it would log "Start" at info level and then show stack trace at error level. Not anymore.
This is very critical bug because
- It makes hard to debug errors
- You don't notice easily if your Cloud Function has crashed!
- You don't get emails anymore about your Cloud Function crashes even though you subscribe to GCP Cloud Function errors
Our team noticed it first in 28th April 2020. Before that, we have been using Cloud Functions for about a year.
Contact: timo.saarinen@snowfox.ai