Skip to content

Commit

Permalink
Update cron jobs in case missing changesets in osmcha (#317)
Browse files Browse the repository at this point in the history
* Update osmcha version

* Update osmcha version

* Update cron jobs in case missing changesets.
  • Loading branch information
Rub21 authored Mar 22, 2024
1 parent 6ef75d1 commit 21db976
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion osm-seed/templates/osmcha-app/cronJob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ spec:
command:
- /bin/sh
- -c
- python manage.py fetchchangesets
- |
python manage.py fetchchangesets
python manage.py backfill_changesets $(date -d "yesterday" +%Y-%m-%d) $(date +%Y-%m-%d)
envFrom:
- configMapRef:
name: {{ .Release.Name }}-osmcha-common-env
Expand Down

0 comments on commit 21db976

Please sign in to comment.