-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcron.yaml
More file actions
23 lines (23 loc) · 1.42 KB
/
cron.yaml
File metadata and controls
23 lines (23 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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: "send_email_vaccine_authorizations_60_days_expiration_alert"
url: "/tasks/launch_task/plugins.polio.tasks.vaccine_authorizations_mail_alerts.send_email_vaccine_authorizations_60_days_expiration_alert/polio_cron_task_user/"
schedule: "30 3 * * *"
- name: "send_email_expired_vaccine_authorizations_alert"
url: "/tasks/launch_task/plugins.polio.tasks.vaccine_authorizations_mail_alerts.send_email_expired_vaccine_authorizations_alert/polio_cron_task_user/"
schedule: "30 3 * * *"
- name: "vaccine_authorization_update_expired_entries"
url: "/tasks/launch_task/plugins.polio.tasks.vaccine_authorizations_mail_alerts.vaccine_authorization_update_expired_entries/polio_cron_task_user/"
schedule: "0 3 * * *"
- 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 * * *'