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

Implement runners #522

Closed
dbarrosop opened this issue Apr 9, 2020 · 0 comments
Closed

Implement runners #522

dbarrosop opened this issue Apr 9, 2020 · 0 comments
Milestone

Comments

@dbarrosop
Copy link
Contributor

The idea is to backport the runners plugin from gornir to nornir. A runner is a function that implements how to run the tasks over the given hosts. As an example, nornir already ships _nornir_serial (runs only one host at a time) and _nornir_parallel (runs #num_workers threads), the idea is to decouple those from the core and implement them as "plugins" instead so anyone can write their own runners with their own strategy.

@dbarrosop dbarrosop added this to the 3.0.0 milestone Apr 9, 2020
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