top | item 38022671 (no title) QasimK | 2 years ago I’ve used Cloud Run and it does allow for background threads. discuss order hn newest anisov|2 years ago I think they introduced this feature lately: https://cloud.google.com/run/docs/configuring/cpu-allocationyou can set --no-cpu-throttling which keeps the cpu allocated even if the request lifetime is over. Used it for Background tasks jillesvangurp|2 years ago Right; that is indeed new. We might give this another try.
anisov|2 years ago I think they introduced this feature lately: https://cloud.google.com/run/docs/configuring/cpu-allocationyou can set --no-cpu-throttling which keeps the cpu allocated even if the request lifetime is over. Used it for Background tasks jillesvangurp|2 years ago Right; that is indeed new. We might give this another try.
anisov|2 years ago
you can set --no-cpu-throttling which keeps the cpu allocated even if the request lifetime is over. Used it for Background tasks
jillesvangurp|2 years ago