issues
search
spring-cloud
/
spring-cloud-deployer-cloudfoundry
The Spring Cloud Deployer implementation for Cloud Foundry
Apache License 2.0
28
stars
39
forks
source link
Handle service binding concurrency errors
#372
Closed
jvalkeal
closed
3 years ago
jvalkeal
commented
3 years ago
Do retries for service binding requests if cf api gives spesific error code.
Limit retries to 30 sec and do some jitter for requests.
Didn't add configurable parameters yet but it's an option for enhacements if this tweak ends up not fixing concurrency issues.
Fixes #370
sabbyanandan
commented
3 years ago
cc: @mheath
cppwfs
commented
3 years ago
LGTM Rebased Merged