Badges: port cronjobs

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-03-22 16:37:00 +01:00
parent c6571e6ff6
commit a6e8b9190f
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
4 changed files with 165 additions and 3 deletions

14
vars/apps/badges.yml Normal file
View file

@ -0,0 +1,14 @@
---
badges_db_host: "db01{{ env_suffix }}"
badges_db_name: "tahrir"
badges_award_cronjobs:
- name: group-membership
schedule: "25 13 * * *"
- name: libravatar
schedule: "40 14 */2 * *"
- name: mirror
schedule: "20 */2 * * *"
- name: lifecycle
schedule: "40 2 * * 3"
- name: badges-dev
schedule: "40 2 * * 4"