Skip to content

Commit

Permalink
Merge pull request #4145 from PatrickGoRaft/data-publisher-timetables
Browse files Browse the repository at this point in the history
updates to data publisher schedule config map
  • Loading branch information
BarakStout authored Jun 16, 2021
2 parents 982a81e + 86e1f4e commit e214425
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions kubernetes/config-maps/schedule-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,23 @@ metadata:
data:
publisher.lar.private.2018: 0 30 13 ? * SUN *
publisher.lar.private.2019: 0 50 4 ? * SUN *
publisher.lar.private.2020: 0 10 6 * * ?
publisher.lar.private.2020: 0 10 16 ? * SUN *
publisher.lar.private.cll.2019: 0 10 4 ? * MON *
publisher.lar.private.cll.2020: 0 10 5 ? * MON *
publisher.lar.public.2018: 0 30 8 ? * SUN *
publisher.lar.public.2019: 0 30 9 ? * SUN *
publisher.lar.public.2020: 0 10 11 ? * SUN *
publisher.lar.quarterly.2020: 0 0 0 23 4 ? 2079
publisher.lar.quarterly.2021: 0 0 0 23 4 ? 2079
publisher.lar.quarterly.2021: 0 10 7 * * ?
publisher.panel.private.2018: 0 0 15 ? * SUN *
publisher.panel.private.2019: 0 40 5 ? * SUN *
publisher.panel.private.2020: 0 50 6 * * ?
publisher.panel.private.2020: 0 50 16 ? * SUN *
publisher.ts.private.2018: 0 30 15 ? * SUN *
publisher.ts.private.2019: 0 10 7 ? * SUN *
publisher.ts.private.2020: 0 00 6 * * ?
publisher.ts.private.2020: 0 00 16 ? * SUN *
publisher.ts.public.2018: 0 30 10 ? * SUN *
publisher.ts.public.2019: 0 00 10 ? * SUN *
publisher.ts.quarterly.2020: 0 0 0 23 4 ? 2080
publisher.ts.quarterly.2021: 0 0 0 23 4 ? 2080
publisher.ts.public.2020: 0 00 11 ? * SUN *
publisher.ts.quarterly.2020: 0 0 0 23 4 ? 2079
publisher.ts.quarterly.2021: 0 00 7 * * ?

0 comments on commit e214425

Please sign in to comment.