diff --git a/apps/coordinator/src/index.ts b/apps/coordinator/src/index.ts index e2a7ba325..c50123e24 100644 --- a/apps/coordinator/src/index.ts +++ b/apps/coordinator/src/index.ts @@ -653,11 +653,11 @@ class TaskCoordinator { log.error("READY_FOR_LAZY_ATTEMPT error", { error }); - await crashRun({ - name: "ReadyForLazyAttemptError", - message: - error instanceof Error ? `Unexpected error: ${error.message}` : "Unexpected error", - }); + // await crashRun({ + // name: "ReadyForLazyAttemptError", + // message: + // error instanceof Error ? `Unexpected error: ${error.message}` : "Unexpected error", + // }); return; }