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:
vitor-aignosi
2025-10-10 15:55:03 -03:00
parent 5fdabd27c0
commit 310cae4c2f
3 changed files with 16 additions and 3 deletions

View File

@@ -235,6 +235,12 @@ env:
value: "scouter"
- name: TEMPORAL_LABORIOUS_NAMESPACE
value: "laborious"
- name: TEMPORAL_TASK_TIMEOUT_MINUTES
value: "10"
- name: TEMPORAL_RUN_TIMEOUT_MINUTES
value: "20"
- name: TEMPORAL_EXECUTION_TIMEOUT_MINUTES
value: "20"
ssh:
enabled: true