Skip to content

Commit e214425

Browse files
authored
Merge pull request #4145 from PatrickGoRaft/data-publisher-timetables
updates to data publisher schedule config map
2 parents 982a81e + 86e1f4e commit e214425

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

kubernetes/config-maps/schedule-configmap.yaml

+8-6
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,23 @@ metadata:
77
data:
88
publisher.lar.private.2018: 0 30 13 ? * SUN *
99
publisher.lar.private.2019: 0 50 4 ? * SUN *
10-
publisher.lar.private.2020: 0 10 6 * * ?
10+
publisher.lar.private.2020: 0 10 16 ? * SUN *
1111
publisher.lar.private.cll.2019: 0 10 4 ? * MON *
1212
publisher.lar.private.cll.2020: 0 10 5 ? * MON *
1313
publisher.lar.public.2018: 0 30 8 ? * SUN *
1414
publisher.lar.public.2019: 0 30 9 ? * SUN *
15+
publisher.lar.public.2020: 0 10 11 ? * SUN *
1516
publisher.lar.quarterly.2020: 0 0 0 23 4 ? 2079
16-
publisher.lar.quarterly.2021: 0 0 0 23 4 ? 2079
17+
publisher.lar.quarterly.2021: 0 10 7 * * ?
1718
publisher.panel.private.2018: 0 0 15 ? * SUN *
1819
publisher.panel.private.2019: 0 40 5 ? * SUN *
19-
publisher.panel.private.2020: 0 50 6 * * ?
20+
publisher.panel.private.2020: 0 50 16 ? * SUN *
2021
publisher.ts.private.2018: 0 30 15 ? * SUN *
2122
publisher.ts.private.2019: 0 10 7 ? * SUN *
22-
publisher.ts.private.2020: 0 00 6 * * ?
23+
publisher.ts.private.2020: 0 00 16 ? * SUN *
2324
publisher.ts.public.2018: 0 30 10 ? * SUN *
2425
publisher.ts.public.2019: 0 00 10 ? * SUN *
25-
publisher.ts.quarterly.2020: 0 0 0 23 4 ? 2080
26-
publisher.ts.quarterly.2021: 0 0 0 23 4 ? 2080
26+
publisher.ts.public.2020: 0 00 11 ? * SUN *
27+
publisher.ts.quarterly.2020: 0 0 0 23 4 ? 2079
28+
publisher.ts.quarterly.2021: 0 00 7 * * ?
2729

0 commit comments

Comments
 (0)