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
ca900aae
Commit
ca900aae
authored
Mar 05, 2019
by
Markus Scheidgen
Browse files
Log acks_late setting.
parent
01752c11
Pipeline
#44727
passed with stages
in 24 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/processing/base.py
View file @
ca900aae
...
...
@@ -42,6 +42,8 @@ if config.logstash.enabled:
@
worker_process_init
.
connect
def
setup
(
**
kwargs
):
infrastructure
.
setup
()
utils
.
get_logger
(
__name__
).
info
(
'celery configured with acks_late=%s'
%
str
(
config
.
celery
.
acks_late
))
app
=
Celery
(
'nomad.processing'
,
broker
=
config
.
celery
.
broker_url
)
...
...
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