Skip to content

Commit

Permalink
Reduce the number of workers on CS from 5 to 3
Browse files Browse the repository at this point in the history
  • Loading branch information
kcreekdev authored Apr 21, 2024
1 parent 3a10258 commit 5036e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cs-config/cs_config/functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ def run_model(meta_param_dict, adjustment):
utils.mkdirs(_dir)

# Dask parmeters
num_workers = 5
num_workers = 3
client = Client(n_workers=num_workers, threads_per_worker=1)
# TODO: Swap to these parameters when able to specify tax function
# and model workers separately
Expand Down

0 comments on commit 5036e85

Please sign in to comment.