-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathcron.yaml
More file actions
21 lines (20 loc) · 1.11 KB
/
cron.yaml
File metadata and controls
21 lines (20 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
version: 1
cron:
- name: 'send_preparedness_weekly_email'
url: '/tasks/launch_task/plugins.polio.tasks.weekly_email.send_email/polio_cron_task_user/'
schedule: '0 1 * * 5'
- name: 'refresh_preparedness_data_task'
url: '/tasks/launch_task/plugins.polio.tasks.refresh_preparedness_data.refresh_data/polio_cron_task_user/'
schedule: '30 5 * * *'
- name: 'vaccine_stock_history_update_for_rounds'
url: '/tasks/launch_task/plugins.polio.tasks.archive_vaccine_stock_for_rounds.archive_vaccine_stock_for_rounds/polio_cron_task_user/'
schedule: '0 2 * * *'
- name: 'setuper_sandbox'
url: '/tasks/launch_task/iaso.tasks.setuper_sandbox.setuper_sandbox/cron_task_sandbox_user/'
schedule: '0 4 * * *'
- name: "export_entities_to_records"
url: "/tasks/launch_task/plugins.active_list.tasks.export_entities_to_records.export_entities_to_records/demo/"
schedule: "*/4 * * * *"
- name: "export_records_to_entities"
url: "/tasks/launch_task/plugins.active_list.tasks.export_records_to_entities.export_records_to_entities/demo/"
schedule: "*/4 * * * *"