Skip to content
Snippets Groups Projects
Commit 4d99c529 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Only use job_id as service name.

parent 1d6f1a89
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ class Swarm:
'jobs',
str(job.id))
+ ':/files:rw']
_name = str(job.user_id) + '_' + str(job.id)
_name = str(job.id)
'''
' The Docker SDK for Python expects the cpu_reservation value to be
' scaled to nanos (10^9). Because the job object contains unscaled
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment