Skip to content

Commit

Permalink
feat: change autothreshold S3 file expiration to 45 days
Browse files Browse the repository at this point in the history
This is useful for forensics and debugging to retain the models
longer than 1 month as some autothreshold problems can take a long
time to surface.
  • Loading branch information
deeno35 committed Aug 9, 2024
1 parent 744b520 commit 3caaa3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/bigeye/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ resource "aws_s3_bucket_lifecycle_configuration" "models" {
id = "ExpireOldModels"
status = "Enabled"
expiration {
days = 30
days = 45
}
}
}
Expand Down

0 comments on commit 3caaa3d

Please sign in to comment.