Skip to content

Commit c27d584

Browse files
committed
Remove comments
1 parent ce35090 commit c27d584

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,6 @@ export class CrashTaskRunService extends BaseService {
4444
return;
4545
}
4646

47-
/*
48-
"CRASHED"
49-
50-
Steps:
51-
1. marqs ack
52-
2. Updates the run to crashed, gets attempts, dependencies, etc
53-
3. Crashes all the relevant OTEL events
54-
4. Cancels any in progress attempts
55-
56-
Inputs:
57-
- taskRun: id, friendlyId
58-
- crashedAt
59-
- reason
60-
- logs/stacktrace
61-
*/
62-
6347
const finalizeService = new FinalizeTaskRunService();
6448
const crashedTaskRun = await finalizeService.call({
6549
tx: this._prisma,

0 commit comments

Comments
 (0)