mirror of
https://framagit.org/framasoft/peertube/search-index/
synced 2025-01-24 16:30:56 +01:00
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
Block a user