Skip to content

Commit 2936edd

Browse files
author
Navdeep Gupta
authored
fix: add runner name prefix to context of scale-up lambda (#3644)
Added extra logging information to the context.
1 parent 8bc61e9 commit 2936edd

File tree

1 file changed

+1
-0
lines changed
  • lambdas/functions/control-plane/src/scale-runners

1 file changed

+1
-0
lines changed

lambdas/functions/control-plane/src/scale-runners/scale-up.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ export async function scaleUp(eventSource: string, payload: ActionRequestMessage
258258
runner: {
259259
type: runnerType,
260260
owner: runnerOwner,
261+
namePrefix: runnerNamePrefix,
261262
},
262263
github: {
263264
event: payload.eventType,

0 commit comments

Comments
 (0)