NHSDigital / ndr_dev_support

Development tools and security support for developers
MIT License
3 stars 4 forks source link

Reduce the number of releases kept on application servers #132

Closed bshand closed 6 months ago

bshand commented 6 months ago

Reduce the default number of releases we keep on webapp servers to 3 (previously 5).

This does not change the number of releases we keep on daemon servers (default 5 unless overridden): we have much longer lived processes there, and I think there's more risk there of removing the filesystem under running code, e.g. when we have batch tasks that run for many hours and we do a number of beta redeployments on the same day.

This should help a little with our storage issues on various webapp servers.