GoogleCloudPlatform / GoogleCloudPlatform/cloud-run-button

Support for instance request timeout in options

Open
#238 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
553
Forks
98
PR merge metrics
No merged PRs in 30d

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](https://cloud.google.com/sdk/gcloud/reference/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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.