Skip to content

Commit 37eba1d

Browse files
committed
Update docs/task/task.md
1 parent eaae2f8 commit 37eba1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/workloads/task/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ When you deploy a Task API, an endpoint is created to receive task submissions.
1010

1111
Upon submitting a Task, Cortex will respond with a Task ID and will asynchronously trigger the execution of a Task.
1212

13-
Cortex will initialize one or more worker pods based on your API specification. After the worker pod(s) run to completion, the Task is marked as completed and the worker pod(s) are terminated.
13+
Cortex will initialize a worker pod based on your API specification. After the worker pod runs to completion, the Task is marked as completed and the pod is terminated.
1414

1515
You can make GET requests to the Task API endpoint to retreive the status of the Task.

0 commit comments

Comments
 (0)