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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user