0

I wonder how to increase the number of CPU cores available per individual request on GKE based CloudRun deployed container. While it is possible to specify --cpu option to control service limit, I was unable to find way to control request CPU allocation

    spec:
      container:
        image: us.gcr.io/myrepo/myimage
        env:
        resources:
          limits:
            cpu: '8'
         requests:
           cpu: 400m

I also wonder if it is possible to specify --timeout greater than 10 min?

Kolban
  • 13,794
  • 3
  • 38
  • 60
Adrian
  • 1,973
  • 1
  • 15
  • 28
  • 1
    Timeout is being worked on, referenced in https://stackoverflow.com/questions/56139697/how-to-increase-15-minutes-request-timeout-for-google-cloud-run-service-deployed – Grayside Jun 03 '19 at 19:32
  • I've seen it recently, interestingly some of my request took 15 min, and when they completed I got log with my service time taken, but the client got gateway timeout after 10 min, any ETA with cloud run – Adrian Jun 03 '19 at 22:19

0 Answers0