EventIndex: Log if we had all events in a checkpoint but are continuing.
This commit is contained in:
parent
5c5c095737
commit
c6fcaf86ff
1 changed files with 4 additions and 0 deletions
|
@ -530,6 +530,10 @@ export default class EventIndex extends EventEmitter {
|
|||
"added, stopping the crawl", checkpoint);
|
||||
await indexManager.removeCrawlerCheckpoint(newCheckpoint);
|
||||
} else {
|
||||
if (eventsAlreadyAdded === true) {
|
||||
console.log("EventIndex: Checkpoint had already all events",
|
||||
"added, but continuing due to a full crawl", checkpoint);
|
||||
}
|
||||
this.crawlerCheckpoints.push(newCheckpoint);
|
||||
}
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue