doc: add documentation for `READY` state

This commit is contained in:
Victory Osikwemhe 2023-01-04 11:36:40 +01:00 committed by GitHub
parent ee8a6b745e
commit 90e51e74c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@ Tasks go through the states in the following order:
| `PENDING` | Resources for the task were allocated. | | `PENDING` | Resources for the task were allocated. |
| `ASSIGNED` | Docker assigned the task to nodes. | | `ASSIGNED` | Docker assigned the task to nodes. |
| `ACCEPTED` | The task was accepted by a worker node. If a worker node rejects the task, the state changes to `REJECTED`. | | `ACCEPTED` | The task was accepted by a worker node. If a worker node rejects the task, the state changes to `REJECTED`. |
| `READY` | The worker node is ready to start the task |
| `PREPARING` | Docker is preparing the task. | | `PREPARING` | Docker is preparing the task. |
| `STARTING` | Docker is starting the task. | | `STARTING` | Docker is starting the task. |
| `RUNNING` | The task is executing. | | `RUNNING` | The task is executing. |