Skip to content

Commit d9488e1

Browse files
committed
HARMONY-2325 Add no retries for out of memory OOM ExitCode 137
1 parent cdbac92 commit d9488e1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

services/service-runner/app/service/service-runner.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -394,10 +394,6 @@ export async function runServiceFromPull(
394394
const errorLevel = errorEntries.level;
395395
const errorCategory = errorEntries.category;
396396

397-
workItemLogger.debug(`Vu runServiceFromPull:errorMessage2: ${errorMessage}`);
398-
workItemLogger.debug(`Vu runServiceFromPull:errorLevel2: ${errorLevel}`);
399-
workItemLogger.debug(`Vu runServiceFromPull:errorCategory2: ${errorCategory}`);
400-
workItemLogger.debug(`Vu runServiceFromPull:status.code2: ${status.code}`);
401397
if (errorCategory) {
402398
resolve({ error: errorMessage, errorLevel, errorCategory });
403399
} else if (status.code === 500) {

0 commit comments

Comments
 (0)