Skip to content

Commit

Permalink
add default --max-workers
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Oct 27, 2023
1 parent 6b39075 commit efb8bd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vivarium_cluster_tools/psimulate/redis_dbs/cli_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"--max-workers",
"-w",
type=click.IntRange(min=1),
default=8000,
show_default=True,
help=(
"The maximum number of workers (and therefore jobs) to run "
"concurrently. Defaults to the total number of jobs."
Expand Down

0 comments on commit efb8bd5

Please sign in to comment.