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

fix(JobActions): show actions for "waiting children" jobs just as for "waiting" ones #855

Merged
merged 1 commit into from
Nov 20, 2024

Conversation

jtomaszewski
Copy link
Contributor

Currently there's no possibility to delete a job which is in "waiting children" status. Yet, such a job can be awaiting another job which is simply in "waiting" status, which can be removed... and if you do that, you'll end up with a "zombie" job in "waiting children", that will never succeed, nor can be removed through the Bull Board.

Screenshot of the current behaviour:
image

This PR fixes it, making actions appear in a "waiting children" job just as in a "waiting" one.

Fixed behaviour:

image

@felixmosh felixmosh merged commit 651e58d into felixmosh:master Nov 20, 2024
4 checks passed
@felixmosh
Copy link
Owner

Hi, thank you for this PR.

@jtomaszewski jtomaszewski deleted the patch-2 branch November 20, 2024 14:29
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

Successfully merging this pull request may close these issues.

2 participants