How to increase 15 minutes request timeout for Google Cloud Run service deployed on GKE?

前端 未结 1 1562
星月不相逢
星月不相逢 2020-12-06 22:33

The current documentation (https://cloud.google.com/run/quotas#cloud_run_limits) states there is a 15 minute maximum timeout permitted (configurable) for a cloud run request

相关标签:
1条回答
  • 2020-12-06 23:12

    The request timeout for Cloud Run on GKE services can go beyond 15 minutes.

    You can change this using the --timeout flag: gcloud beta run services update [SERVICE] --timeout=[TIMEOUT]

    Read more about setting request timeouts in the official documentation.

    0 讨论(0)
提交回复
热议问题