Skip to content

Commit

Permalink
Update src/server/ndjsonWorker.js
Browse files Browse the repository at this point in the history
Co-authored-by: hossenlopp <[email protected]>
  • Loading branch information
elsaperelli and hossenlopp authored Jun 25, 2024
1 parent 67f5a25 commit 93cca53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/ndjsonWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ ndjsonWorker.process(async job => {
await pushNdjsonFailedOutcomes(clientId, fileUrl, outcome);
await pushBulkFailedOutcomes(clientId, outcome);
process.send({ clientId, resourceCount: 0, successCount: 0 });
logger.info(`ndjson-worker-${process.pid}: failed to fetch ${fileName}`);
return;
}

Expand Down

0 comments on commit 93cca53

Please sign in to comment.