cloudfoundry / cloudfoundry/cf-java-client

Unable to set PCF health-check invocation-timeout through stream spring boot app.

Open
#1,114 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement operations triaged
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.