Website: Documenting descriptions for Job and Task Statuses in the documentation webpage. #104214

Merged
Sybren A. Stüvel merged 5 commits from Adi.Sage/flamenco:updating-job-and-task-statuses into main 2023-06-22 19:41:53 +02:00
Showing only changes of commit f0e98832a1 - Show all commits

View File

@ -22,8 +22,8 @@ The following table shows the meaning of the different job statuses:
| `paused` | Not yet implemented | | | `paused` | Not yet implemented | |
NOTE : NOTE :
- Requeueing a job after it is `completed` will requeue all its tasks. - Requeueing a job when it is `completed`, i.e. when all its tasks are `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 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 ## Task Statuses