Tutorial by Examples

Use the package percolate:synced-cron Define a job: SyncedCron.add({ name: 'Find new matches for a saved user filter and send alerts', schedule: function(parser) { // parser is a later.parse object return parser.text('every 10 minutes'); }, job: function() { user.alerts...

Page 1 of 1