Skip to content

Commit

Permalink
fixup! [DEBUG] make queue populator stuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerkesni committed Oct 14, 2024
1 parent f1c6465 commit f5fcc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/queuePopulator/LogReader.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ class LogReader {
this._batchTimedOut = true;
// S3C doesn't currently support restarts on healthcheck failure,
// so we just crash for now.
process.emit('SIGTERM');
// process.emit('SIGTERM');
}, this._batchTimeoutSeconds * 1000);
async.waterfall([
() => this._processReadRecords(params, batchState, () => {}),
Expand Down

0 comments on commit f5fcc9b

Please sign in to comment.