We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9f539 commit 976777aCopy full SHA for 976777a
ramp-engine/ramp_engine/cli.py
@@ -27,7 +27,7 @@ def main():
27
'event information.')
28
@click.option('--n-workers', default=-1, show_default=True,
29
help='Number of worker to start in parallel.')
30
-@click.option('--n-threads', default=None, show_default=None,
+@click.option('--n-threads', default=None, show_default=None, type=int,
31
help='Number of threads used by each worker.')
32
@click.option('--hunger-policy', default='exit', show_default=True,
33
help='Policy to apply in case that there is no anymore workers'
0 commit comments