Website: Documenting descriptions for Job and Task Statuses in the documentation webpage. #104214
@ -22,8 +22,8 @@ The following table shows the meaning of the different job statuses:
|
||||
| `paused` | Not yet implemented | |
|
||||
|
||||
NOTE :
|
||||
- Requeueing a job after it is `completed` will requeue all its tasks.
|
||||
- Requeueing a job while it is being executed will requeue the pending tasks only. The `completed` tasks will not be requeued.
|
||||
- Requeueing a job when it is `completed`, i.e. when all its tasks are `completed`, will requeue all its tasks.
|
||||
- Requeueing a job when some of its tasks are not `completed` will requeue these tasks only. The `completed` tasks will not be requeued, and will remain at `completed` status.
|
||||
|
||||
## Task Statuses
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user