feat(django_apps/timers): misplaced timers
option & gestiocof #309
1 changed files with 20 additions and 0 deletions
|
@ -124,6 +124,26 @@ in
|
||||||
SupplementaryGroups = [ "redis-gestiocof" ];
|
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 = {
|
services.redis.servers.gestiocof = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue