feat(web03/gestiocof): timers
All checks were successful
Check meta / check_meta (pull_request) Successful in 15s
Check meta / check_dns (pull_request) Successful in 16s
Check workflows / check_workflows (pull_request) Successful in 16s
Build all the nodes / netaccess01 (pull_request) Successful in 19s
Build all the nodes / netcore02 (pull_request) Successful in 20s
Run pre-commit on all files / pre-commit (push) Successful in 25s
Build all the nodes / ap01 (pull_request) Successful in 30s
Build all the nodes / netcore01 (pull_request) Successful in 39s
Run pre-commit on all files / pre-commit (pull_request) Successful in 24s
Build the shell / build-shell (pull_request) Successful in 27s
Build all the nodes / hypervisor03 (pull_request) Successful in 2m3s
Build all the nodes / geo02 (pull_request) Successful in 2m6s
Build all the nodes / geo01 (pull_request) Successful in 2m7s
Build all the nodes / hypervisor01 (pull_request) Successful in 2m22s
Build all the nodes / build01 (pull_request) Successful in 2m33s
Build all the nodes / bridge01 (pull_request) Successful in 2m42s
Build all the nodes / web03 (pull_request) Successful in 2m11s
Build all the nodes / hypervisor02 (pull_request) Successful in 2m54s
Build all the nodes / tower01 (pull_request) Successful in 2m35s
Build all the nodes / rescue01 (pull_request) Successful in 2m42s
Build all the nodes / web01 (pull_request) Successful in 2m38s
Build all the nodes / web02 (pull_request) Successful in 2m35s
Build all the nodes / vault01 (pull_request) Successful in 2m51s
Build all the nodes / storage01 (pull_request) Successful in 2m57s
Build all the nodes / compute01 (pull_request) Successful in 3m27s
All checks were successful
Check meta / check_meta (pull_request) Successful in 15s
Check meta / check_dns (pull_request) Successful in 16s
Check workflows / check_workflows (pull_request) Successful in 16s
Build all the nodes / netaccess01 (pull_request) Successful in 19s
Build all the nodes / netcore02 (pull_request) Successful in 20s
Run pre-commit on all files / pre-commit (push) Successful in 25s
Build all the nodes / ap01 (pull_request) Successful in 30s
Build all the nodes / netcore01 (pull_request) Successful in 39s
Run pre-commit on all files / pre-commit (pull_request) Successful in 24s
Build the shell / build-shell (pull_request) Successful in 27s
Build all the nodes / hypervisor03 (pull_request) Successful in 2m3s
Build all the nodes / geo02 (pull_request) Successful in 2m6s
Build all the nodes / geo01 (pull_request) Successful in 2m7s
Build all the nodes / hypervisor01 (pull_request) Successful in 2m22s
Build all the nodes / build01 (pull_request) Successful in 2m33s
Build all the nodes / bridge01 (pull_request) Successful in 2m42s
Build all the nodes / web03 (pull_request) Successful in 2m11s
Build all the nodes / hypervisor02 (pull_request) Successful in 2m54s
Build all the nodes / tower01 (pull_request) Successful in 2m35s
Build all the nodes / rescue01 (pull_request) Successful in 2m42s
Build all the nodes / web01 (pull_request) Successful in 2m38s
Build all the nodes / web02 (pull_request) Successful in 2m35s
Build all the nodes / vault01 (pull_request) Successful in 2m51s
Build all the nodes / storage01 (pull_request) Successful in 2m57s
Build all the nodes / compute01 (pull_request) Successful in 3m27s
This commit is contained in:
parent
998d45e18d
commit
6865c6fa3b
1 changed files with 20 additions and 0 deletions
|
@ -124,6 +124,26 @@ in
|
|||
SupplementaryGroups = [ "redis-gestiocof" ];
|
||||
};
|
||||
};
|
||||
timers = {
|
||||
rappel-negatifs = {
|
||||
script = ''
|
||||
python3 -W ignore:'The psycopg' manage.py sendrappelsnegatifs
|
||||
'';
|
||||
startAt = "*-*-* 1,13:17:19";
|
||||
};
|
||||
rappel-bda = {
|
||||
script = ''
|
||||
python3 -W ignore:'The psycopg' manage.py sendrappels
|
||||
'';
|
||||
startAt = "*-*-* 2,14:17:19";
|
||||
};
|
||||
manage-reventes = {
|
||||
script = ''
|
||||
python3 -W ignore:'The psycopg' manage.py manage_reventes
|
||||
'';
|
||||
startAt = "*-*-* *:01..56/5:29";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
services.redis.servers.gestiocof = {
|
||||
|
|
Loading…
Add table
Reference in a new issue