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?
Please take a look here [1], and let me know if this is what you're looking for.
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?