chore: bajar intervalo scheduler a 20 segundos

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Lizandro Guarnizo
2026-07-23 12:00:09 -05:00
co-authored by Claude Sonnet 4.6
parent 78e9c31d90
commit 59ee62591c
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ async def startup():
None, origen="scheduler", modo="upsert"
)
_scheduler.add_job(_job_sync, "interval", minutes=1, id="wa_sync_recientes",
_scheduler.add_job(_job_sync, "interval", seconds=20, id="wa_sync_recientes",
max_instances=1, coalesce=True)
_scheduler.start()