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

Support different groups of workers for spawner and runner #30

Open
seankelly opened this issue Sep 15, 2016 · 1 comment
Open

Support different groups of workers for spawner and runner #30

seankelly opened this issue Sep 15, 2016 · 1 comment

Comments

@seankelly
Copy link
Member

Right now, the logic for determining which workers to use for the spawner and runner is very simple. It would be very nice to have an easy way to create separate pools for them. My current thought would be to use a property set for the worker and key off that. Another option would be to allow listing them all in the configuration. That is less useful when using a YAML file an dynamically generating the number of workers.

@seankelly
Copy link
Member Author

Looking through the source more, I now realize this is possible if runners are all latent workers and spawners are non-latent workers. I still think it would be useful to have additional options around this, but this is at least a reasonable start.

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

No branches or pull requests

1 participant