SIENTIAPDE-1231
SIENTIAPDE-1231: Add timeout configuration for Temporal tasks - Introduced new timeout parameters in values.yaml for task execution. - Updated TemporalManager to utilize execution and task timeout settings in seconds. - Enhanced orchestrator_functions.py to include default timeout values for better orchestration control.
This commit is contained in:
@@ -27,6 +27,9 @@ def common_config(config: dict[str, Any]):
|
||||
"model_id": config['model_id'],
|
||||
"model_name": model['name'],
|
||||
"model_config": model.get('model_config', {}),
|
||||
|
||||
"execution_timeout_seconds": config.get('execution_timeout_seconds', 300),
|
||||
"task_timeout_seconds": config.get('task_timeout_seconds', 300),
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user