Fixes in reports. Reports seem to work now
This commit is contained in:
parent
0be4af5f6c
commit
5a16d789a0
30 changed files with 716 additions and 338 deletions
|
@ -1,5 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const config = require('config');
|
||||
const log = require('../lib/log');
|
||||
const knex = require('../lib/knex');
|
||||
const feedparser = require('feedparser-promised');
|
||||
|
@ -158,6 +159,10 @@ async function run() {
|
|||
setTimeout(run, dbCheckInterval);
|
||||
}
|
||||
|
||||
if (config.title) {
|
||||
process.title = config.title + ': feedcheck';
|
||||
}
|
||||
|
||||
process.send({
|
||||
type: 'feedcheck-started'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue