Skip to content

Commit d89f79b

Browse files
committed
Fix: Clamscan alarm fires frequently in dev and anvildev (#7441)
1 parent f05bc5e commit d89f79b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/shared/shared.tf.json.template.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ def conformance_pack(name: str) -> str:
116116

117117
# The deployment and/or backup of the GitLab instance requires a reboot, which
118118
# can interrupt an ongoing ClamAV scan. Since scans are run twice a day, we set
119-
# the alarm period to 24 hours (maximum allowed by CloudWatch) to allow enough
120-
# time for the next scan to complete following an interrupted scan.
119+
# the alarm period to 36 hours to allow enough time for the next scan to
120+
# complete following an interrupted scan.
121121
#
122-
clam_alarm_period = 24 * 60 * 60
122+
clam_alarm_period = 36 * 60 * 60
123123

124124
tf_config = {
125125
'data': {

0 commit comments

Comments
 (0)