Skip to content

Commit b7d7110

Browse files
Update task states terminology in services.md
Corrected task states terminology in the documentation.
1 parent c010e7d commit b7d7110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/manuals/engine/swarm/how-swarm-mode-works

content/manuals/engine/swarm/how-swarm-mode-works/services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fails its health check or crashes, the orchestrator creates a new replica task
5353
that spawns a new container.
5454

5555
A task is a one-directional mechanism. It progresses monotonically through a
56-
series of states: assigned, prepared, running, etc. If the task fails, the
56+
series of states: `ASSIGNED`, `PREPARING`, `RUNNING`, etc. If the task fails, the
5757
orchestrator removes the task and its container and then creates a new task to
5858
replace it according to the desired state specified by the service.
5959

0 commit comments

Comments
 (0)