Skip to content

Commit

Permalink
PROD try fewer workers
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed May 23, 2021
1 parent 0b1a75a commit bf06fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_forge_tick/update_upstream_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def _update_upstream_versions_process_pool(
futures = {}
# this has to be threads because the url hashing code uses a Pipe which
# cannot be spawned from a process
with executor(kind="dask", max_workers=10) as pool:
with executor(kind="dask", max_workers=5) as pool:
_all_nodes = [t for t in gx.nodes.items()]
random.shuffle(_all_nodes)

Expand Down

0 comments on commit bf06fad

Please sign in to comment.