feat(web03/gestiocof): timers

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