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

AutoScroll on log during execution are not following log anymore #7252

Closed
tchiotludo opened this issue Feb 7, 2025 · 4 comments · Fixed by #7365
Closed

AutoScroll on log during execution are not following log anymore #7252

tchiotludo opened this issue Feb 7, 2025 · 4 comments · Fixed by #7365
Assignees
Labels
area/frontend Needs frontend code changes bug Something isn't working kind/quick-win Seems to be quick to do

Comments

@tchiotludo
Copy link
Member

In the past, the scrolling of the logs are in realtime and auto scroll to follow last emitted logs.

There is a regression and now it's not working anymore, I need to manually scroll to follow the execution.

Screencast_20250207_201450.webm
@tchiotludo tchiotludo added bug Something isn't working area/frontend Needs frontend code changes kind/quick-win Seems to be quick to do labels Feb 7, 2025
@tchiotludo tchiotludo added this to Issues Feb 7, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Feb 7, 2025
@tchiotludo tchiotludo changed the title AutoScroll on log pause during execution are not following log anymore AutoScroll on log during execution are not following log anymore Feb 7, 2025
@rajatsingh23
Copy link
Contributor

Can I give it a try? Also, I’ll need an example flow to reproduce it.

@MilosPaunovic
Copy link
Member

@Ben8t Maybe you could help us here with the reproduction flow?

@MilosPaunovic MilosPaunovic moved this from Backlog to In progress in Issues Feb 10, 2025
@tchiotludo
Copy link
Member Author

id: longRunning
namespace: company.team

tasks:
  - id: hello
    type: io.kestra.plugin.scripts.shell.Script
    script: | 

      for i in $(seq 0 100;); do
        echo $i
        sleep 0.1
      done

@MilosPaunovic MilosPaunovic moved this from In progress to In review in Issues Feb 20, 2025
@github-project-automation github-project-automation bot moved this from In review to Done in Issues Feb 21, 2025
@MilosPaunovic
Copy link
Member

Thanks for this @rajatsingh23! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Needs frontend code changes bug Something isn't working kind/quick-win Seems to be quick to do
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants