Skip to content

Commit 9cf17ce

Browse files
committed
deprecate dequeue from version
1 parent 1afe3a7 commit 9cf17ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/core/src/v3/runEngineWorker/supervisor/http.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export class SupervisorHttpClient {
8181
);
8282
}
8383

84+
/** @deprecated Not currently used */
8485
async dequeueFromVersion(deploymentId: string, maxRunCount = 1, runnerId?: string) {
8586
return wrapZodFetch(
8687
WorkerApiDequeueResponseBody,

packages/core/src/v3/runEngineWorker/workload/http.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ export class WorkloadHttpClient {
165165
}
166166
}
167167

168+
/** @deprecated Not currently used */
168169
async dequeue() {
169170
return wrapZodFetch(
170171
WorkloadDequeueFromVersionResponseBody,

0 commit comments

Comments
 (0)