-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Currently there are only limited set of options are supported:
"options": {
"allow-unauthenticated": false,
"memory": "512Mi",
"cpu": "1",
"port": 80,
"http2": false,
"concurrency": 80,
"max-instances": 10,
},
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.
Metadata
Metadata
Assignees
Labels
No labels