You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info(`Attesa del file di stream di dimensione minima: ${size} bytes`);
@@ -198,8 +198,24 @@ module.exports = {
198
198
retry-=2;
199
199
try{
200
200
logger.info("Inserting datapoints into DB...");
201
-
logger.info(response.data[0]," MB");
202
-
awaitinsertResponseInDB(response.data[0]);//.map(d => {return {...d, dimensions : {...(d.dimensions), year : d.dimensions.time}}})) //TODO check if datapoints or other data and generalize insertion
awaitDatapoints.insertMany(response.data);//.map(d => {return {...d, dimensions : {...(d.dimensions), year : d.dimensions.time}}})) //TODO check if datapoints or other data and generalize insertion
0 commit comments