- Sending Newsletter, others settings.

This commit is contained in:
Paolo Arena
2019-12-04 18:20:50 +01:00
parent d2dc16b7fb
commit b92655c2e5
5 changed files with 33 additions and 15 deletions

View File

@@ -230,8 +230,8 @@ function testmsgwebpush() {
}
// Cron every 5 minutes
cron.schedule('*/5 * * * *', () => {
// Cron every X minutes
cron.schedule('*/2 * * * *', () => {
console.log('Running Cron Job');
mycron();
});