cloudfoundry / cloudfoundry/cf-java-client
Unable to set PCF health-check invocation-timeout through stream spring boot app.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 334
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
I need to set PCF health-check invocation-timeout through manifest file.
In manifest.yaml file
cloudfoundry.health-check: "HTTP"
cloudfoundry.health-check-http-endpoint: "/actuator/health"
cloudfoundry.health-check-timeout: "130"
cloudfoundry.health-check-invocation-timeout: "10"
In this, first 3 properties are able to set in PCF health-check section through spring boot app . But invocation-timeout is not able to set. Please can you help on this?
Contributor guide
No contributing guide indexed for this repository
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 with the manifest.yaml properties and trace how the three working health-check settings are handled in the project. Compare that path with cloudfoundry.health-check-invocation-timeout and verify the resulting PCF health-check configuration; done means the invocation timeout can be set through the manifest as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- cloud, devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100