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 Feb 6, 2026. It is now read-only.
Environment details
Steps to reproduce
Try to write any LogEntry with Java11 Cloud Function with appropriately set service account.
It will fail with:
io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 49.998533332s.(stacktrace below).The very same code will work correctly with Cloud Run and the same service account.
Code example
Stack trace