Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplifies slow worker configuration
for each controlplane worker one needs to provide only the core used for the worker and list of fast worker cores serviced. "controlPlaneWorkers": [ { "core": 42, "serviced_cores": [4, 2] } ]
- Loading branch information