Skip to content

Reduce the number of releases kept on application servers#132

Merged
bshand merged 1 commit intomainfrom
feature/keep_3_releases
May 1, 2024
Merged

Reduce the number of releases kept on application servers#132
bshand merged 1 commit intomainfrom
feature/keep_3_releases

Conversation

@bshand
Copy link
Contributor

@bshand bshand commented Apr 30, 2024

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.

@bshand bshand force-pushed the feature/keep_3_releases branch from 35a4f1d to e5beed1 Compare April 30, 2024 10:32
Copy link
Contributor

@kenny-lee-1 kenny-lee-1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@bshand bshand merged commit f51b4c6 into main May 1, 2024
@bshand bshand deleted the feature/keep_3_releases branch May 1, 2024 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants