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?