hmrc / service-manager

A python tool to manage developing and testing with lots of microservices
Apache License 2.0
58 stars 37 forks source link

Prevent defunct assets versions being downloaded #23

Closed timothygordon32 closed 9 years ago

timothygordon32 commented 9 years ago

When the cache of downloaded versions for a service like assets-frontend is purged every historical version needs to be re-downloaded, taking a long time.

Perhaps an 'oldest version in production' could be specified in the config and semantic versioning used to prevent the download of any versions prior to this.

rpowis commented 9 years ago

Fixed for profiles by #32