Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
76ea2752
Commit
76ea2752
authored
Jul 28, 2020
by
Markus Scheidgen
Browse files
Added configurable worker timeout.
parent
ca6b5a4b
Pipeline
#79572
passed with stages
in 53 minutes and 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ops/helm/nomad/templates/nomad-configmap.yml
View file @
76ea2752
...
@@ -57,7 +57,7 @@ data:
...
@@ -57,7 +57,7 @@ data:
from_address: "{{ .Values.mail.from }}"
from_address: "{{ .Values.mail.from }}"
celery:
celery:
routing: "{{ .Values.worker.routing }}"
routing: "{{ .Values.worker.routing }}"
timeout:
7200
timeout:
{{ .Values.worker.timeout }}
client:
client:
user: "{{ .Values.client.username }}"
user: "{{ .Values.client.username }}"
keycloak:
keycloak:
...
...
ops/helm/nomad/values.yaml
View file @
76ea2752
...
@@ -72,6 +72,7 @@ worker:
...
@@ -72,6 +72,7 @@ worker:
routing
:
"
queue"
routing
:
"
queue"
storage
:
"
disk"
storage
:
"
disk"
nomadNodeType
:
"
worker"
nomadNodeType
:
"
worker"
timeout
:
7200
## Everthing concerning the nomad gui
## Everthing concerning the nomad gui
gui
:
gui
:
...
...
Write
Preview
Markdown
is supported
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