poller.py: la revisión al arrancar ahora respeta _en_horario_habitual() — si son las 06:18 PYT no revisa hasta las 07:00

health.py: el watcher calcula la hora actual en America/Asuncion antes de alertar — fuera de horario hábil (noches, fines de semana) no manda alerta aunque el último poll sea de hace horas
This commit is contained in:
markosbenitez
2026-05-30 01:07:02 -03:00
parent 37b6b82016
commit 64cfc4d1b7

View File

@@ -5,7 +5,8 @@
"Bash(git commit -m ' *)", "Bash(git commit -m ' *)",
"Bash(git checkout *)", "Bash(git checkout *)",
"Bash(git commit *)", "Bash(git commit *)",
"Bash(git merge *)" "Bash(git merge *)",
"Bash(git remote *)"
] ]
} }
} }