SIENTIAPDE-1141

fix: adjust execution counts and reduce sleep duration in test.ipynb and temporal_manager.py for improved performance
This commit is contained in:
vitor-aignosi
2025-07-10 15:42:38 -03:00
parent 70f9d4e837
commit 861cfde9ef
2 changed files with 6 additions and 6 deletions

View File

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