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 3c7ff85 commit 82933a5Copy full SHA for 82933a5
apps/webapp/app/v3/services/completeAttempt.server.ts
@@ -317,7 +317,7 @@ export class CompleteAttemptService extends BaseService {
317
318
// The attempt has failed and we won't retry
319
320
- if (isOOMAttempt && isOnMaxOOMMachine) {
+ if (isOOMAttempt && isOnMaxOOMMachine && environment.type !== "DEVELOPMENT") {
321
// The attempt failed due to an OOM error but we're already on the machine we should retry on
322
exitRun(taskRunAttempt.taskRunId);
323
}
0 commit comments