Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Deployment and Operations
infra-azure-provisioning
Commits
1fb4d677
Commit
1fb4d677
authored
Jul 24, 2021
by
Vineeth Guna [Microsoft]
Browse files
Added graceful timeout settings for worker
parent
c5379c7b
Changes
2
Hide whitespace changes
Inline
Side-by-side
charts/airflow/helm-config-dp.yaml
View file @
1fb4d677
...
...
@@ -190,6 +190,9 @@ airflow:
maxReplicas
:
20
scaleDown
:
coolDownPeriod
:
300
celery
:
gracefullTermination
:
true
gracefullTerminationPeriod
:
600
labels
:
# DO NOT DELETE THIS LABEL. SET IT TO "false" WHEN AUTOSCALING IS DISABLED, SET IT TO "true" WHEN AUTOSCALING IS ENABLED
autoscalingEnabled
:
"
false"
...
...
charts/airflow/helm-config.yaml
View file @
1fb4d677
...
...
@@ -184,6 +184,9 @@ airflow:
maxReplicas
:
20
scaleDown
:
coolDownPeriod
:
300
celery
:
gracefullTermination
:
true
gracefullTerminationPeriod
:
600
labels
:
# DO NOT DELETE THIS LABEL. SET IT TO "false" WHEN AUTOSCALING IS DISABLED, SET IT TO "true" WHEN AUTOSCALING IS ENABLED
autoscalingEnabled
:
"
false"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment