We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6e9c2 commit cc6695cCopy full SHA for cc6695c
1 file changed
apps/webapp/app/v3/services/createTaskRunAttempt.server.ts
@@ -160,6 +160,7 @@ export class CreateTaskRunAttemptService extends BaseService {
160
data: {
161
status: setToExecuting ? "EXECUTING" : undefined,
162
executedAt: taskRun.executedAt ?? new Date(),
163
+ attemptNumber: nextAttemptNumber,
164
},
165
});
166
0 commit comments