fix frontend

This commit is contained in:
2026-06-18 12:43:03 +02:00
parent 042a522854
commit c1633b72d1
7 changed files with 96 additions and 31 deletions
+2 -1
View File
@@ -135,7 +135,8 @@ class WorkerSettings:
"""Configurazione del worker arq."""
# Funzioni/job registrati (code-driven, on-demand)
functions = [sync_mailbox, send_pec, watch_receipt, dispatch_notification, apply_routing_rules, health_check]
# run_conservation e' incluso anche qui per permettere l'avvio manuale tramite enqueue_job
functions = [sync_mailbox, send_pec, watch_receipt, dispatch_notification, apply_routing_rules, health_check, run_conservation]
# Job schedulati (cron)
# run_conservation: ogni giorno alle 16:00 UTC = 18:00 ora Italia (CEST, UTC+2)