We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev
anvildev
1 parent f05bc5e commit d89f79bCopy full SHA for d89f79b
terraform/shared/shared.tf.json.template.py
@@ -116,10 +116,10 @@ def conformance_pack(name: str) -> str:
116
117
# The deployment and/or backup of the GitLab instance requires a reboot, which
118
# 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.
+# the alarm period to 36 hours to allow enough time for the next scan to
+# complete following an interrupted scan.
121
#
122
-clam_alarm_period = 24 * 60 * 60
+clam_alarm_period = 36 * 60 * 60
123
124
tf_config = {
125
'data': {
0 commit comments