Update plugins/catalog-backend-module-incremental-ingestion/src/engine/IncrementalIngestionEngine.ts

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-06-24 13:52:49 +02:00
committed by GitHub
parent e784adc053
commit d862a62521
@@ -254,7 +254,7 @@ export class IncrementalIngestionEngine implements IterationEngine {
this.burstLength.as('milliseconds')
) {
this.options.logger.info(
`incremental-engine: Ingestion '${id}' burst exceeded length of ${this.burstLength.toHuman()}.`,
`incremental-engine: Ingestion '${id}' burst ending after ${this.burstLength.toHuman()}.`,
);
break;
} else {