Handle nav-bar #23

Merged
nedimu merged 3 commits from nav-bar into master 2019-07-12 15:22:17 +02:00
Showing only changes of commit f9abf48f61 - Show all commits

View File

@@ -162,8 +162,8 @@ var rule = new schedule.RecurrenceRule();
rule.seccond = 1;
schedule.scheduleJob(rule, async function () {
console.log(new Date(), 'Crawler service started');
// await crawlAll();
await crawlAll();
console.log(new Date(), 'Crawler service finished, starting Notification service');
// await processNotifications();
await processNotifications();
console.log(new Date(), 'Notification service finished');
});