Skip to content

Commit 84c4a91

Browse files
committed
refactor(supervisor): drop the unused runtime create option
1 parent 7db5fca commit 84c4a91

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

apps/supervisor/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,6 @@ class ManagedSupervisor {
653653
projectId: message.project.id,
654654
deploymentFriendlyId: message.deployment.friendlyId,
655655
deploymentVersion: message.backgroundWorker.version,
656-
runtime: message.backgroundWorker.runtime,
657656
deploymentToken,
658657
runId: message.run.id,
659658
runFriendlyId: message.run.friendlyId,

apps/supervisor/src/workloadManager/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ export interface WorkloadManagerCreateOptions {
4242
projectId: string;
4343
deploymentFriendlyId: string;
4444
deploymentVersion: string;
45-
// Canonical runtime identifier (e.g. "node", "node-22", "node-24")
46-
runtime?: string;
4745
// When set, overrides the TRIGGER_DEPLOYMENT_ID value the runner forwards as its identity header.
4846
deploymentToken?: string;
4947
runId: string;

0 commit comments

Comments
 (0)