mirror of
https://github.com/Alkatrazz24/Funk-lab.git
synced 2026-07-08 11:04:43 +02:00
refactor(hermes-auto-improve): scheduling via n8n — supprimer timer systemd
Le scheduling est géré par n8n (workflow "Hermes Doc Worker — Funk-lab") : - Schedule 30min désactivé dans n8n - Schedule 22h → POST /trigger/all (tous les docs, timeout 2h) - Attendre run 5min → 120min dans le workflow n8n Ansible : retirer les templates daily service/timer (plus nécessaires) auto-improve.py : flag --all conservé (utilisé par le trigger /trigger/all) trigger-server.py : timeout 7200s conservé pour les runs --all Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7d02efd9fa
commit
b9be63cd59
2 changed files with 0 additions and 25 deletions
|
|
@ -5,10 +5,6 @@
|
|||
state: restarted
|
||||
daemon_reload: true
|
||||
|
||||
- name: Reload systemd daemon
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
|
||||
- name: Reload nftables
|
||||
ansible.builtin.service:
|
||||
name: nftables
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue