Skip to content

Commit

Permalink
feat: config cron for stock history
Browse files Browse the repository at this point in the history
  • Loading branch information
quang-le authored Dec 10, 2024
2 parents 97f7d69 + d608519 commit 13b6896
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ cron:
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 * * *"
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 * * *"

0 comments on commit 13b6896

Please sign in to comment.