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
4daf5de5
Commit
4daf5de5
authored
Mar 02, 2020
by
Lauri Himanen
Browse files
Fixed linting.
parent
77d67a92
Pipeline
#70019
passed with stages
in 16 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nomad/config.py
View file @
4daf5de5
...
...
@@ -82,6 +82,7 @@ rabbitmq = NomadConfig(
def
rabbitmq_url
():
return
'pyamqp://%s:%s@%s//'
%
(
rabbitmq
.
user
,
rabbitmq
.
password
,
rabbitmq
.
host
)
celery
=
NomadConfig
(
max_memory
=
64e6
,
# 64 GB
timeout
=
1800
,
# 1/2 h
...
...
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