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: rfcs/0145-workerpoolid-taskqueueid.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ When the transition to this proposal is complete, these properties should be rep
60
60
61
61
During the transition, however, the queue must both accomodate input from old and new clients, and produce output that new and old clients can interpret.
62
62
To do so, the `createTask` API method will accept a task definition with either `provisionerId` + `workerType` or `taskQueueId`, translating the former internally into a `taskQueueId`.
63
-
The `task` API method (which returns a task) will return task definitions containing all three fields, allowing interpretation by either old new clients.
63
+
The `task` API method (which returns a task) will return task definitions containing all three fields, allowing interpretation by either old or new clients.
0 commit comments