feat(web03/gestiocof): timers
All checks were successful
Check meta / check_dns (pull_request) Successful in 15s
Check meta / check_meta (pull_request) Successful in 18s
Check workflows / check_workflows (pull_request) Successful in 28s
Build all the nodes / ap01 (pull_request) Successful in 35s
Build all the nodes / netaccess01 (pull_request) Successful in 31s
Build all the nodes / netcore01 (pull_request) Successful in 31s
Build all the nodes / netcore02 (pull_request) Successful in 24s
Build the shell / build-shell (pull_request) Successful in 27s
Run pre-commit on all files / pre-commit (pull_request) Successful in 24s
Build all the nodes / bridge01 (pull_request) Successful in 1m53s
Build all the nodes / geo01 (pull_request) Successful in 1m55s
Build all the nodes / geo02 (pull_request) Successful in 1m44s
Build all the nodes / build01 (pull_request) Successful in 2m8s
Build all the nodes / tower01 (pull_request) Successful in 1m24s
Build all the nodes / hypervisor01 (pull_request) Successful in 2m17s
Build all the nodes / hypervisor02 (pull_request) Successful in 2m17s
Build all the nodes / hypervisor03 (pull_request) Successful in 2m12s
Build all the nodes / storage01 (pull_request) Successful in 1m57s
Build all the nodes / rescue01 (pull_request) Successful in 2m2s
Build all the nodes / web02 (pull_request) Successful in 1m50s
Build all the nodes / vault01 (pull_request) Successful in 2m1s
Build all the nodes / web01 (pull_request) Successful in 2m11s
Build all the nodes / web03 (pull_request) Successful in 2m10s
Build all the nodes / compute01 (pull_request) Successful in 3m14s
Build all the nodes / netaccess01 (push) Successful in 21s
Build all the nodes / netcore02 (push) Successful in 21s
Build the shell / build-shell (push) Successful in 24s
Run pre-commit on all files / pre-commit (push) Successful in 26s
Build all the nodes / netcore01 (push) Successful in 41s
Build all the nodes / ap01 (push) Successful in 1m18s
Build all the nodes / geo02 (push) Successful in 1m44s
Build all the nodes / hypervisor01 (push) Successful in 1m50s
Build all the nodes / web02 (push) Successful in 1m54s
Build all the nodes / hypervisor03 (push) Successful in 1m57s
Build all the nodes / rescue01 (push) Successful in 1m57s
Build all the nodes / bridge01 (push) Successful in 2m1s
Build all the nodes / geo01 (push) Successful in 2m9s
Build all the nodes / build01 (push) Successful in 2m10s
Build all the nodes / web01 (push) Successful in 2m18s
Build all the nodes / vault01 (push) Successful in 2m21s
Build all the nodes / storage01 (push) Successful in 2m23s
Build all the nodes / hypervisor02 (push) Successful in 2m23s
Build all the nodes / tower01 (push) Successful in 2m23s
Build all the nodes / web03 (push) Successful in 2m19s
Build all the nodes / compute01 (push) Successful in 2m45s

This commit is contained in:
catvayor 2025-02-24 16:24:57 +01:00 committed by thubrecht
parent 5a37cf7d64
commit b524b96fce

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 = {