gcf/Function Global Scope Check
Check for deployment failures due to global scope code errors
Product: Cloud Functions
Step Type: AUTOMATED STEP
Description
None
Failure Reason
This error indicates that there was a problem with your code. The deployment pipeline finished deploying the function, but failed at the last step- sending a health check to the function. This health check is meant to execute a functions global scope, which could be throwing an exception, crashing, or timing out.
Failure Remediation
Please use the following document as reference to address this error: https://cloud.google.com/functions/docs/troubleshooting#global
Success Reason
No issues found with function global scope.