Skip to content

Commit cc6695c

Browse files
committed
Update the attemptNumber of v3 task runs
1 parent 4a6e9c2 commit cc6695c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export class CreateTaskRunAttemptService extends BaseService {
160160
data: {
161161
status: setToExecuting ? "EXECUTING" : undefined,
162162
executedAt: taskRun.executedAt ?? new Date(),
163+
attemptNumber: nextAttemptNumber,
163164
},
164165
});
165166

0 commit comments

Comments
 (0)