feat(web03/gestiocof): timers
All checks were successful
Check workflows / check_workflows (pull_request) Successful in 17s
Check meta / check_meta (pull_request) Successful in 23s
Run pre-commit on all files / pre-commit (push) Successful in 24s
Check meta / check_dns (pull_request) Successful in 23s
Build all the nodes / ap01 (pull_request) Successful in 31s
Build all the nodes / netaccess01 (pull_request) Successful in 24s
Build the shell / build-shell (pull_request) Successful in 24s
Run pre-commit on all files / pre-commit (pull_request) Successful in 26s
Build all the nodes / netcore01 (pull_request) Successful in 53s
Build all the nodes / netcore02 (pull_request) Successful in 53s
Build all the nodes / build01 (pull_request) Successful in 1m49s
Build all the nodes / bridge01 (pull_request) Successful in 2m13s
Build all the nodes / geo01 (pull_request) Successful in 2m10s
Build all the nodes / hypervisor01 (pull_request) Successful in 2m7s
Build all the nodes / hypervisor02 (pull_request) Successful in 2m2s
Build all the nodes / geo02 (pull_request) Successful in 2m6s
Build all the nodes / tower01 (pull_request) Successful in 1m53s
Build all the nodes / hypervisor03 (pull_request) Successful in 2m29s
Build all the nodes / storage01 (pull_request) Successful in 2m17s
Build all the nodes / compute01 (pull_request) Successful in 3m6s
Build all the nodes / rescue01 (pull_request) Successful in 2m23s
Build all the nodes / vault01 (pull_request) Successful in 2m21s
Build all the nodes / web02 (pull_request) Successful in 2m18s
Build all the nodes / web03 (pull_request) Successful in 2m24s
Build all the nodes / web01 (pull_request) Successful in 2m50s
All checks were successful
Check workflows / check_workflows (pull_request) Successful in 17s
Check meta / check_meta (pull_request) Successful in 23s
Run pre-commit on all files / pre-commit (push) Successful in 24s
Check meta / check_dns (pull_request) Successful in 23s
Build all the nodes / ap01 (pull_request) Successful in 31s
Build all the nodes / netaccess01 (pull_request) Successful in 24s
Build the shell / build-shell (pull_request) Successful in 24s
Run pre-commit on all files / pre-commit (pull_request) Successful in 26s
Build all the nodes / netcore01 (pull_request) Successful in 53s
Build all the nodes / netcore02 (pull_request) Successful in 53s
Build all the nodes / build01 (pull_request) Successful in 1m49s
Build all the nodes / bridge01 (pull_request) Successful in 2m13s
Build all the nodes / geo01 (pull_request) Successful in 2m10s
Build all the nodes / hypervisor01 (pull_request) Successful in 2m7s
Build all the nodes / hypervisor02 (pull_request) Successful in 2m2s
Build all the nodes / geo02 (pull_request) Successful in 2m6s
Build all the nodes / tower01 (pull_request) Successful in 1m53s
Build all the nodes / hypervisor03 (pull_request) Successful in 2m29s
Build all the nodes / storage01 (pull_request) Successful in 2m17s
Build all the nodes / compute01 (pull_request) Successful in 3m6s
Build all the nodes / rescue01 (pull_request) Successful in 2m23s
Build all the nodes / vault01 (pull_request) Successful in 2m21s
Build all the nodes / web02 (pull_request) Successful in 2m18s
Build all the nodes / web03 (pull_request) Successful in 2m24s
Build all the nodes / web01 (pull_request) Successful in 2m50s
This commit is contained in:
parent
998d45e18d
commit
588f618d44
1 changed files with 20 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue