Merge pull request #23 from 67P/bugfix/mediawiki_cron_syntax
Fix mediawiki polling cron
This commit is contained in:
commit
83990a36dc
@ -171,6 +171,6 @@ module.exports = async function(robot, kredits) {
|
|||||||
.then(() => updateTimestampForNextFetch());
|
.then(() => updateTimestampForNextFetch());
|
||||||
}
|
}
|
||||||
|
|
||||||
cron.schedule('* 7 * * *', processWikiChangesSinceLastRun);
|
cron.schedule('0 7 * * *', processWikiChangesSinceLastRun);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user