You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
There seems to be multiple issues with how status for batch and jobs are displayed and handled
The text was updated successfully, but these errors were encountered: