From 70272cef81dbcc87ad6a1377fba69613a589ac29 Mon Sep 17 00:00:00 2001 From: hannah-macdonald1 Date: Fri, 2 Feb 2024 10:29:59 -0700 Subject: [PATCH] Schedule for test purposes --- containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml b/containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml index c4fd121..282ae7c 100644 --- a/containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml +++ b/containers/db_cleanup/openshift/templates/db-cleanup-dc.yaml @@ -68,9 +68,9 @@ objects: metadata: name: db-cleanup-cronjob spec: - schedule: "30 2 * * SUN" + # schedule: "30 2 * * SUN" # Different schedule for test purposes - # schedule: "*/5 * * * *" + schedule: "*/5 * * * *" startingDeadlineSeconds: 200 concurrencyPolicy: Forbid successfulJobsHistoryLimit: 3