File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 44 tasks :
55 - name : " Download pretalx data every hour"
66 ansible.builtin.cron :
7- name : " Download pretalx data every hour "
7+ name : " Download pretalx data once a day at 05:05am "
88 minute : " 5"
9- hour : " 8 " # run once a day at 08:05 am
9+ hour : " 5 " # run once a day at 08:05 am
1010 job : " make prod/cron/pretalx"
11+
12+ ansible.builtin.cron :
13+ name : " Download pretix data once a day at 06:05am"
14+ minute : " 5"
15+ hour : " 6"
16+ job : " make prod/cron/pretix"
Original file line number Diff line number Diff line change @@ -18,5 +18,9 @@ prod/manage:
1818prod/cron/pretalx:
1919 $(MAKE_APP) in-container/manage ARG="download_pretalx_data --event=europython-2025"
2020
21+
22+ prod/cron/pretix:
23+ $(MAKE_APP) in-container/manage ARG="download_pretix_data --event=ep2025"
24+
2125logs:
2226 docker compose logs -f
You can’t perform that action at this time.
0 commit comments