Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 2936edd

Browse files
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

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

+1
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)