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:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user