Skip to content

Commit 9de3510

Browse files
authored
Merge pull request #39584 from joebowbeer/patch-1
Update coarse-parallel-processing-work-queue.md
2 parents dabf57d + 981f21e commit 9de3510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/job/coarse-parallel-processing-work-queue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Here is an overview of the steps in this example:
2121
1. **Create a queue, and fill it with messages.** Each message represents one task to be done. In
2222
this example, a message is an integer that we will do a lengthy computation on.
2323
1. **Start a Job that works on tasks from the queue**. The Job starts several pods. Each pod takes
24-
one task from the message queue, processes it, and repeats until the end of the queue is reached.
24+
one task from the message queue, processes it, and exits.
2525

2626
## {{% heading "prerequisites" %}}
2727

0 commit comments

Comments
 (0)