You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/workloads/task/task.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,6 @@ When you deploy a Task API, an endpoint is created to receive task submissions.
10
10
11
11
Upon submitting a Task, Cortex will respond with a Task ID and will asynchronously trigger the execution of a Task.
12
12
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.
14
14
15
15
You can make GET requests to the Task API endpoint to retreive the status of the Task.
0 commit comments