askap-vast / vast-pipeline

This repository holds the code of the Radio Transient detection pipeline for the VAST project.
https://vast-survey.org/vast-pipeline/
MIT License
8 stars 3 forks source link

750 configure workers #777

Closed mauch closed 3 weeks ago

mauch commented 3 weeks ago

Add configuration options to specify the number of cores to use for Dask operations. A sepearate config option is available for io operations and (num_workers_io).

Also add a config option to specify the size of partitions in MB where required (max_partition_mb).

These options are optional parameters with defaults so should not change the config from how it existed previously.

This PR addresses issue #750