Skip to content

Instantly share code, notes, and snippets.

@chuck0523
Created April 23, 2017 08:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chuck0523/fbbc9d099cbbc8e5c80111b41212948c to your computer and use it in GitHub Desktop.
Save chuck0523/fbbc9d099cbbc8e5c80111b41212948c to your computer and use it in GitHub Desktop.
const CronJob = require('cron').CronJob
new CronJob({
cronTime: '0 0 12 * * *',
onTick: () => { /* */ },
start: true,
timeZone: 'Asia/Tokyo',
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment