Summary
The request timeout for Cloud Run services is set by default to 5 minutes and can be extended up to 60 minutes.
1
For HTTP-triggered functions, the timeout is 60 minutes
2
, while for event-driven functions it is 10 minutes.
3
According to
See more results on Neeva
Summaries from the best pages on the web
Summary
For Cloud Run services, the request timeout setting specifies the time within which a response must be returned by services deployed to Cloud Run. If a response isn't returned within the time specified, the request ends and error 504 is returned.
The timeout is set by default to 5 minutes and can be extended up to 60 minutes.
Setting request timeout (services) | Cloud Run Documentation | Google Cloud
google.com
Summary
.
If your function is HTTP-triggered , remember to send an HTTP response, as shown below. Failing to do so can result in your function executing until timeout. If this occurs, you will be charged for the entire timeout time.
Tips & Tricks | Cloud Functions Documentation | Google Cloud
google.com