Improved autonomies names, cron job return
This commit is contained in:
parent
de7c56d99b
commit
9ee01a6ef8
3 changed files with 13 additions and 10 deletions
|
|
@ -55,14 +55,13 @@ Meteor.startup(() => {
|
|||
}
|
||||
return sched;
|
||||
},
|
||||
job: () => {
|
||||
tweetFires();
|
||||
// console.log('cron is working');
|
||||
/* console.log(this.userID) // Context Object becomes this argument
|
||||
* console.log(this.magic) /
|
||||
* var numbersCrunched = CrushSomeNumbers();
|
||||
* return numbersCrunched; */
|
||||
}
|
||||
job: () => tweetFires()
|
||||
/* console.log('cron is working');
|
||||
* console.log(this.userID) // Context Object becomes this argument
|
||||
* console.log(this.magic) /
|
||||
* var numbersCrunched = CrushSomeNumbers();
|
||||
* return numbersCrunched;
|
||||
return tweetFires(); */
|
||||
});
|
||||
|
||||
SyncedCron.start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue