SIENTIAPDE-1141
fix: increase sleep duration in temporal_manager to enhance schedule processing efficiency
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user