We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The documentation mentions that timeouts such as api-timeout can be set for a specific app deployment
api-timeout
spring-cloud-app-broker/spring-cloud-app-broker-docs/src/docs/asciidoc/service-instances.adoc
Lines 53 to 54 in b6861ea
Lines 105 to 107 in b6861ea
However, the timeout seems always fetched from a singleton bean
spring-cloud-app-broker/spring-cloud-app-broker-deployer-cloudfoundry/src/main/java/org/springframework/cloud/appbroker/deployer/cloudfoundry/CloudFoundryAppDeployer.java
Line 177 in c32dd2b
spring-cloud-app-broker/spring-cloud-app-broker-autoconfigure/src/main/java/org/springframework/cloud/appbroker/autoconfigure/CloudFoundryAppDeployerAutoConfiguration.java
Lines 66 to 85 in bc75e24