...
# | Job | Event | Resulting job state |
---|---|---|---|
1 | In progress | The batch job runner is fine, but executor running the job fails. | Failed
|
2 | In progress | The batch job runner or the node dies. | In Progress
|
3 | Queued | The batch job runner or the node dies. | In Progress1 |
4 | Pending | The batch job runner or the node dies. | In Progress1 2 |
1 It may not be "In Progress". However, the job has not truly failed.
...