SIENTIAPDE-1141

fix: increase sleep duration in temporal_manager.py to improve schedule processing efficiency
This commit is contained in:
vitor-aignosi
2025-07-10 16:29:01 -03:00
parent 861cfde9ef
commit 351fce905a

View File

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