Job
Cron
Job
@job('1 * * * *', {
name: 'update_check',
weight: 5
})
updateCheck({ context, runtime }) {
console.log(runtime.configuration.cron, script.principal.email)
}@job(options)
@job(cron, options)
@job(cron, principal, options)
Method Options
Examples
Last updated
Was this helpful?