Skip to content

Commit da7dc74

Browse files
authored
Replaying keeps the original run region (#2368)
1 parent af14621 commit da7dc74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/v3/services/replayTaskRun.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ export class ReplayTaskRunService extends BaseService {
9292
lockToVersion:
9393
overrideOptions.version === "latest" ? undefined : overrideOptions.version,
9494
bulkActionId: overrideOptions?.bulkActionId,
95+
region: existingTaskRun.workerQueue,
9596
},
9697
},
9798
{

0 commit comments

Comments
 (0)