Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow minion workers to have different priority. #3045

Merged
merged 1 commit into from
Oct 23, 2023
Merged

Conversation

scudette
Copy link
Contributor

Minion workers can now specify a higher (or lower) priority which means that notebook queries will be directed to the minions rather than running on the master node.

Minion preferences are now set in the config file in a Minion section:

Minion:
   notebook_worker_priority: 10
   notebook_number_of_local_workers: 2

Allows 2 workers with priority 10 to be running on each minion.

Minion workers can now specify a higher (or lower) priority which
means that notebook queries will be directed to the minions rather
than running on the master node.

Minion preferences are now set in the config file in a Minion section:

```yaml
Minion:
   notebook_worker_priority: 10
   notebook_number_of_local_workers: 2
```

Allows 2 workers with priority 10 to be running on each minion.
@scudette scudette marked this pull request as ready for review October 23, 2023 07:34
@scudette scudette merged commit f5b0a7e into master Oct 23, 2023
1 check passed
@scudette scudette deleted the workerpriority branch October 23, 2023 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant