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

DAG history of in-progress execution doesn't show currently running step #468

Open
fishnux opened this issue Aug 27, 2023 · 0 comments
Open
Labels
accepted bug Something isn't working

Comments

@fishnux
Copy link
Contributor

fishnux commented Aug 27, 2023

DAG history of in-progress execution doesn't show currently running step

DAG status: (route: /dags/mydag)
imagem

DAG history: (route: /dags/mydag/history)
imagem

Example DAG:

steps:
  - name: sleep
    command: "sleep 1"
  - name: sleep2
    command: "sleep 30"
  - name: sleep3
    command: "sleep 30"
@yohamta yohamta added the bug Something isn't working label Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants