SIENTIAPDE-1231

Refactor orchestrator activities and configuration files

- Removed unused Temporal timeout environment variables from values.yaml.
- Reorganized import statements in various activity files for better readability.
- Updated logging messages to use consistent formatting across activities.
- Enhanced test cases to ensure proper initialization and shutdown of orchestrator activities.
- Improved overall code structure and readability by applying consistent formatting and style adjustments.
This commit is contained in:
vitor-aignosi
2025-10-15 17:20:52 -03:00
parent 310cae4c2f
commit f3a6af5603
39 changed files with 4988 additions and 3826 deletions

View File

@@ -235,12 +235,6 @@ 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