Skip to content

Show current build step while it's executing #11933

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

Closed
ericholscher opened this issue Jan 17, 2025 · 1 comment
Closed

Show current build step while it's executing #11933

ericholscher opened this issue Jan 17, 2025 · 1 comment

Comments

@ericholscher
Copy link
Member

What's the problem this feature will solve?

Currently, when the build is running, we don't show the current step, so if a step is taking a long time user don't actually know what is going on behind the scenes

Describe the solution you'd like

We should set the current build command when it's started, and then updated it without output when it's finished

Additional context

The code for running and saving the command is here:

def run_command_class(
self, cls, cmd, warn_only=False, record=True, record_as_success=False, **kwargs
):
-- we likely just need to update the logic to save the command name at the start, store the command ID, and then update it instead of create it with it's done.

@humitos
Copy link
Member

humitos commented Jan 20, 2025

Closing as duplicate of #4288

We also have some internal discussion about this at https://github.com/readthedocs/meta/discussions/141

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants