Ayub
Ayub

Reputation: 599

google cloud function not showing any activity for invocations

Google cloud function stopped working, is there an issue with the google cloud service ? The dashboard which shows the graph for invocations has stopped. How do debug what the issue is ?

Upvotes: 0

Views: 265

Answers (1)

BittorH
BittorH

Reputation: 68

As an user posted, you should look into Cloud Logging to debug your Cloud Functions. For that purpose, set the resource type to Cloud Function and start looking. If you have a large amount of logs, you can set the severity to Error to see what is failing.

Also, if you want to check the current status of all the Google Cloud Services you can visit this link

Upvotes: 1

Related Questions