spring-cloud / spring-cloud-deployer

The Spring Cloud Deployer project defines an SPI for deploying long lived applications and short lived tasks
162 stars 87 forks source link

Experiment adding support to cleanup Maven cache directory #325

Closed sabbyanandan closed 4 years ago

sabbyanandan commented 5 years ago

As a user, when using the Maven artifact resolution in Cloud Foundry, we run into disk-quota issues as soon as >20 apps with ~50MB size are deployed through SCDF or Skipper. This problem is so quick to run into, and the only way to recover from the situation is to restart the SCDF/Skipper servers.

Acceptance:

dturanski commented 4 years ago

Closing this since it was resolved by https://github.com/spring-cloud/spring-cloud-deployer-cloudfoundry/pull/323