Skip to content

Commit 8e5b71d

Browse files
committed
fix retry delay span runId
1 parent 0ad7b83 commit 8e5b71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export class CompleteAttemptService extends BaseService {
178178
properties: {
179179
retryAt: retryAt.toISOString(),
180180
},
181-
runId: taskRunAttempt.taskRunId,
181+
runId: taskRunAttempt.taskRun.friendlyId,
182182
style: {
183183
icon: "schedule-attempt",
184184
},

0 commit comments

Comments
 (0)