Skip to content
Snippets Groups Projects
Commit 276f6889 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[backend] Increase default verbosity on workers while executing

parent 9dff1c1f
No related branches found
No related tags found
1 merge request!195Issue 433
Pipeline #
......@@ -456,6 +456,7 @@ class Worker(models.Model):
cmdline = [process]
if cpulimit is not None: cmdline += ['--cpulimit=%s' % cpulimit]
if settings.DEBUG: cmdline += ['-vv']
else: cmdline += ['-v']
# start newly assigned job splits
with transaction.atomic():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment