use function generator to index pages; crawl in parallel
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
const db = require("../../models/index");
|
||||
|
||||
const bulkUpsertRealEstates = async realEstateData => {
|
||||
const bulkUpsertRealEstates = async (realEstateData, maxAge) => {
|
||||
try {
|
||||
const fieldsToUpdateIfDuplicate = [
|
||||
"realEstateType",
|
||||
|
||||
Reference in New Issue
Block a user