chore: bajar intervalo scheduler a 20 segundos
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
78e9c31d90
commit
59ee62591c
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user