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

Add handling for QUEUED executions in Gantt chart (maybe some other tabs also) #7153

Open
brian-mulier-p opened this issue Feb 3, 2025 · 9 comments · May be fixed by #7706
Open

Add handling for QUEUED executions in Gantt chart (maybe some other tabs also) #7153

brian-mulier-p opened this issue Feb 3, 2025 · 9 comments · May be fixed by #7706
Assignees
Labels
area/frontend Needs frontend code changes bug Something isn't working kind/quick-win Seems to be quick to do

Comments

@brian-mulier-p
Copy link
Member

Describe the issue

Image

Image

invalid date seems weird so maybe we need to tell the execution is not started yet

Environment

  • Kestra Version: develop
@brian-mulier-p brian-mulier-p added area/backend Needs backend code changes area/frontend Needs frontend code changes bug Something isn't working labels Feb 3, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Feb 3, 2025
@brian-mulier-p brian-mulier-p removed the area/backend Needs backend code changes label Feb 3, 2025
@loicmathieu
Copy link
Member

When an execution is queued, there is no task started that's why, the Gantt chart which displays only task execution shows nothing.

By the way, it's the same if the execution is stuck in created so it's not only for queued execution.

@brian-mulier-p
Copy link
Member Author

Yes I understand why but I think it's worth adding some extra handling for those because it looks unfinished (or maybe just disable the tabs if it's queued with a tooltip ? 🤔)

@anna-geller
Copy link
Member

@Nico-Kestra do you have an idea on what to show in the Gantt view when Execution is queued? here is a small demo to show you what Brian meant: https://capture.dropbox.com/hqWVUvKtRcSIsDsj

image

@loicmathieu
Copy link
Member

There are 3 states in which no tasks are already started so Gantt is empty: CREATED, QUEUED and CANCELLED.
So either we display somewhere the state of the execution, or we have ad-hoc display for these 3 states

@loicmathieu
Copy link
Member

Note that CANCELLED may have task runs, it's new so I forgot about it, but with SLA you can CANCEL an execution.

@Nico-Kestra
Copy link
Member

Image

Figma

@anna-geller anna-geller added the kind/quick-win Seems to be quick to do label Feb 18, 2025
@Piyush-r-bhaskar
Copy link
Contributor

Hey @Nico-Kestra

could you share the image here?
I will check this.

@MilosPaunovic
Copy link
Member

Image

@Piyush-r-bhaskar
Copy link
Contributor

There are 3 states in which no tasks are already started so Gantt is empty: CREATED, QUEUED and CANCELLED

Done for the QUEUED & CREATED.

Image

Image

@MilosPaunovic MilosPaunovic moved this from Backlog to In review in Issues Mar 6, 2025
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: In review
Development

Successfully merging a pull request may close this issue.

6 participants