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

Display Running Tasks #577

Open
marcohald opened this issue Dec 15, 2024 · 0 comments
Open

Display Running Tasks #577

marcohald opened this issue Dec 15, 2024 · 0 comments

Comments

@marcohald
Copy link

marcohald commented Dec 15, 2024

What is the idea ?

It would be great to have and additional Status called "running" for the Tasks in a Playbook.
That is then replaced by the actual result of the Task.
As far as I understand the Plugin Code the state of a Task is only reported when a Task is finished.
It should be possible by adding a request to the api here

def v2_runner_on_start(self, host, task):

My Use-case would be that I have an update playbook that has multiple long running Tasks that tend to hang on some hosts.
It runs with the host_pinned strategy and the output is to crowded to keep an overview on the console.
It would be great if the running status could be filtered like OK or Failed on the WebUI

I'm happy to try to implement it, but I want to hear some Opinions first if that makes Sense

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