-
I'm trying to delete some completed jobs, but it seems that it's not possible. Is it a wanted feature? If yes, how do you suggest to proceed? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
I've checked that indeed this is what is implemented in the StateMachine: The status from Completed can only go into Done or Failed. The problem in my case is that the Request associated with the Job is Failed, but the jobs stays Completed forever... Shouldn't go into Failed as well? |
Beta Was this translation helpful? Give feedback.
-
Well, it is not clear what to do with a Job if the request fails. There are cases where you just don't care (for example, imagine a failover request which is just for accounting). |
Beta Was this translation helpful? Give feedback.
-
OK Thank you. |
Beta Was this translation helpful? Give feedback.
Well, it is not clear what to do with a Job if the request fails. There are cases where you just don't care (for example, imagine a failover request which is just for accounting).
So the policy is to do nothing.
In general, a Request should never fail, so it always requires assistance :-)