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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user