Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

How much CPU is allocated to a Cloud Run (not-on-GKE) instance while a request is active? I see that memory is configurable (up to 2G), but no word about CPU...

I have a compute-heavy and bursty workload that I'd _love_ to put on Cloud Run, but it's important to know a ballpark for the CPU I'll get to spend on my requests.

Second question: any plans to more officially support "background" workloads that consume off e.g. Pub/Sub and might be able to use cheaper preemptible compute? I guess I'm probably already able to point a Pub/Sub push queue at a Cloud Run endpoint, but having the option of cheaper (autoscale-to-zero) compute for my not-latency-sensitive work would be awesome.



I’v been using cloud build for background tasks. You may need to write a function triggered by pub/sub and submit a cloud build though.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: