UNPKG

lisa-box

Version:
18 lines 448 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.cron = { defaultTimeZone: 'Europe/Paris', jobs: { myJob: { schedule: '*/30 * * * * *', onTick: app => { }, onComplete: app => { app.log.info('I am done'); }, start: true, timezone: 'Europe/Paris' } } }; //# sourceMappingURL=cron.js.map