UNPKG

ihub-framework-js

Version:

Legacy version of iHub Framework written in Javascript

14 lines (12 loc) 225 B
module.exports = [ { id: 'example.cron', action: async (done) => { // Do your action here // Call done() after everthing is done done(); }, cron: '* * * * *', runOnInit: true, }, ];