-
Notifications
You must be signed in to change notification settings - Fork 6
/
cron.yaml
17 lines (17 loc) · 1.06 KB
/
cron.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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 * * *"