Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Request timeout for CloudRun

Hi,

I've read this article below,

https://cloud.google.com/run/docs/configuring/request-timeout

If the request handles process which will take over 60 minutes( I mean background task), what happens?

I worry about container terminates and the process will fail.

My understanding is, I need to choose "CPU always allocated" option for the background task. Is this correct? 

0 2 1,566
2 REPLIES 2

Please take a look here [1], and let me know if this is what you're looking for.

[1]: https://stackoverflow.com/questions/72025791/long-running-task-in-cloud-run-with-cpu-always-allocate...

Thank you for the reply.

Let me clarify my understanding.

I'd like to know that whether CloudRun can handle a 120 minutes background task or not. Is it possible?

@osvaldolopez