Skip to content

Commit

Permalink
Simplifies slow worker configuration
Browse files Browse the repository at this point in the history
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
vimes committed Oct 15, 2024
1 parent c65f164 commit 831f80e
Show file tree
Hide file tree
Showing 7 changed files with 178 additions and 213 deletions.
Loading

0 comments on commit 831f80e

Please sign in to comment.