SIENTIAPDE-1141
fix: increase start_to_close_timeout in orchestrator.py to improve workflow execution duration
This commit is contained in:
@@ -23,7 +23,7 @@ class Orchestrator:
|
||||
'model_id': '-'
|
||||
},
|
||||
retry_policy=retry_policy,
|
||||
start_to_close_timeout=timedelta(seconds=60)
|
||||
start_to_close_timeout=timedelta(seconds=600)
|
||||
)
|
||||
|
||||
# pipeline_config_handler = workflow.execute_local_activity_method(
|
||||
|
||||
Reference in New Issue
Block a user