redhat-developer / redhat-developer/vscode-openshift-tools
Add configuration for request timeout
Open
Nobody has claimed this yet.
kind/enhancement
priority/minor
- Dominant language
- TypeScript
- Stars
- 123
- Forks
- 63
- Avg merge
- 6h 16m
- Merged PRs (30d)
- 74
Description
Sometimes when cluster is down it takes up to 2 minutes to get error message.
oc has an option to set timeout --request-timeoutand it should be used if timeout in configuration set by user.
'odo' has no such option yet.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the extension's configuration handling and the code that invokes oc and odo. Add support for applying a user-configured timeout to oc via --request-timeout, while accounting for the issue's note that odo has no equivalent option; done means a configured timeout limits the wait for cluster errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- cloud, devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100