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
|
||||||
lbailly marked this conversation as resolved
Outdated
|
|||||||
|
'';
|
||||||
|
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
On a vraiement besoin d'ignore ça ?
c'était dans l'ancienne prod, j'imagine que c'est pour éviter le petit mur de warning qu'on a à chaque fois qu'on lance manage.py ? si c'est ça, ça nous economise du spam dans les logs
C'est des warning pour une vieille version de psycopg je pense, ça devrait plus être d'actualité pour nous, et le spam des logs est pas trop important vu qu'on peut filtrer facilement now
au sein d'une même unit je pense que le spam sera très chiant à filtrer, mais as you want