- Sending Newsletter, others settings.
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user