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

Refactor how batch statuses and individual job statuses are displayed and handled #1149

Open
nilsgstrabo opened this issue Dec 5, 2024 · 0 comments
Assignees

Comments

@nilsgstrabo
Copy link
Contributor

There seems to be multiple issues with how status for batch and jobs are displayed and handled

  • A batch shows "Starting" when it in reality is Active. There is no such thing as "Starting" for a batch.
  • A job shows failed even if it is active. A pod belonging to the job may be failed, but if backoffLimit isn't reached, then the job is still active, and this should be refelcted in web console (and radix-api). The effect of this incorrect error is that you cannot stop the job
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

No branches or pull requests

1 participant