Skip to content
GitLab
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
bb4a34fb
Commit
bb4a34fb
authored
Mar 01, 2021
by
Markus Scheidgen
Browse files
Configure acks_late in helm. [skip-ci]
parent
e086c4b7
Pipeline
#94620
skipped
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/config.py
View file @
bb4a34fb
...
...
@@ -99,7 +99,7 @@ def rabbitmq_url():
celery
=
NomadConfig
(
max_memory
=
64e6
,
# 64 GB
timeout
=
1800
,
# 1/2 h
acks_late
=
Tru
e
,
acks_late
=
Fals
e
,
routing
=
CELERY_QUEUE_ROUTING
,
priorities
=
{
'Upload.process_upload'
:
5
,
...
...
ops/helm/nomad/templates/nomad-configmap.yml
View file @
bb4a34fb
...
...
@@ -67,6 +67,7 @@ data:
celery:
routing: "{{ .Values.worker.routing }}"
timeout: {{ .Values.worker.timeout }}
acks_late: {{ .Values.worker.acks_late }}
client:
user: "{{ .Values.client.username }}"
keycloak:
...
...
ops/helm/nomad/values.yaml
View file @
bb4a34fb
...
...
@@ -70,6 +70,7 @@ worker:
storage
:
"
disk"
nomadNodeType
:
"
worker"
timeout
:
7200
acks_late
:
false
## Everthing concerning the nomad gui
gui
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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