feat(web03/gestiocof): timers
All checks were successful
Check meta / check_dns (push) Successful in 15s
Check meta / check_meta (push) Successful in 15s
Check meta / check_meta (pull_request) Successful in 15s
Check meta / check_dns (pull_request) Successful in 15s
Run pre-commit on all files / pre-commit (push) Successful in 24s
Check workflows / check_workflows (pull_request) Successful in 29s
Build all the nodes / ap01 (pull_request) Successful in 1m4s
Build all the nodes / netaccess01 (pull_request) Successful in 21s
Build all the nodes / netcore01 (pull_request) Successful in 46s
Build all the nodes / netcore02 (pull_request) Successful in 47s
Build all the nodes / hypervisor01 (pull_request) Successful in 1m25s
Run pre-commit on all files / pre-commit (pull_request) Successful in 24s
Build the shell / build-shell (pull_request) Successful in 25s
Build all the nodes / geo02 (pull_request) Successful in 1m59s
Build all the nodes / build01 (pull_request) Successful in 2m26s
Build all the nodes / geo01 (pull_request) Successful in 2m19s
Build all the nodes / bridge01 (pull_request) Successful in 2m30s
Build all the nodes / hypervisor02 (pull_request) Successful in 1m57s
Build all the nodes / compute01 (pull_request) Successful in 2m36s
Build all the nodes / rescue01 (pull_request) Successful in 2m6s
Build all the nodes / storage01 (pull_request) Successful in 2m4s
Build all the nodes / hypervisor03 (pull_request) Successful in 2m12s
Build all the nodes / vault01 (pull_request) Successful in 2m2s
Build all the nodes / web02 (pull_request) Successful in 1m59s
Build all the nodes / web03 (pull_request) Successful in 1m54s
Build all the nodes / tower01 (pull_request) Successful in 2m21s
Build all the nodes / web01 (pull_request) Successful in 2m16s

This commit is contained in:
catvayor 2025-02-24 16:24:57 +01:00
parent 9908198858
commit 371928e1d5
Signed by: lbailly
GPG key ID: CE3E645251AC63F3

View file

@ -124,6 +124,26 @@ in
SupplementaryGroups = [ "redis-gestiocof" ];
};
};
timers = {
rappel-negatifs = {
script = ''
python3 manage.py sendrappelsnegatifs
'';
startAt = "*-*-* 1,13:17:19";
};
rappel-bda = {
script = ''
python3 manage.py sendrappels
'';
startAt = "*-*-* 2,14:17:19";
};
manage-reventes = {
script = ''
python3 manage.py manage_reventes
'';
startAt = "*-*-* *:01..56/5:29";
};
};
};
services.redis.servers.gestiocof = {