comparing to gcloud run deploy.
Can you please add support for timeout at least.
--timeout=TIMEOUT
Set the maximum request execution time (timeout). It is specified as a duration; for example, "10m5s" is ten minutes, and five seconds. If you don't specify a unit, seconds is assumed. For example, "10" is 10 seconds.
Currently there are only limited set of options are supported:
comparing to gcloud run deploy. Can you please add support for timeout at least.
--timeout=TIMEOUT Set the maximum request execution time (timeout). It is specified as a duration; for example, "10m5s" is ten minutes, and five seconds. If you don't specify a unit, seconds is assumed. For example, "10" is 10 seconds.
By default it's only 300 sec.