Add indexation hosts log
This commit is contained in:
parent
660e4d927c
commit
33c2c59460
|
@ -61,6 +61,8 @@ export class IndexationScheduler extends AbstractScheduler {
|
|||
await o.removeFromHosts(removedHosts)
|
||||
}
|
||||
|
||||
logger.info({ indexHosts }, 'Will index %s hosts', indexHosts.length)
|
||||
|
||||
await Bluebird.map(indexHosts, async host => {
|
||||
try {
|
||||
await this.indexHost(host)
|
||||
|
|
Loading…
Reference in New Issue