Skip to content

Commit 3071045

Browse files
committed
Switched OGLE harvested to run once a day
1 parent 2c2e983 commit 3071045

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

helm-chart/values-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ harvestgaia:
109109

110110
# CronJob: Harvest MOA
111111
harvestmoa:
112-
enabled: true
112+
enabled: false
113113
resources:
114114
requests:
115115
cpu: 10m
@@ -120,7 +120,7 @@ harvestmoa:
120120

121121
# CronJob: Harvest OGLE
122122
harvestogle:
123-
enabled: true
123+
enabled: false
124124
resources:
125125
requests:
126126
cpu: 10m

helm-chart/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ harvestmoa:
5050
# CronJob: Harvest OGLE XX
5151
harvestogle:
5252
enabled: true
53-
schedule: "30 1,7,13,19 * * *"
53+
schedule: "30 17 * * *"
5454
resources: {}
5555

5656
# CronJob: Harvest ASAS-SN
@@ -61,7 +61,7 @@ harvestasassn:
6161

6262
# CronJob: Gaia_classifier XX
6363
gaiaclassifier:
64-
enabled: true
64+
enabled: false
6565
schedule: "30 14 * * *"
6666
resources: {}
6767

0 commit comments

Comments
 (0)