SIENTIAPDE-1141

fix: increase sleep duration in temporal_manager to enhance schedule processing efficiency
This commit is contained in:
vitor-aignosi
2025-07-09 12:50:26 -03:00
parent 545929c618
commit 68c7e2cf3b

View File

@@ -78,7 +78,7 @@ class TemporalManager(BaseActivity):
'data': json.loads(data),
}
await sleep(0.075)
await sleep(0.2)
self.logger.info("Found %d orchestrated schedules",
len(orchestrated_schedules))