DEV Community

Discussion on: What do you use Cron jobs for?

Collapse
 
yoursunny profile image
Junxiao Shi

Linux crontab:

  • daily "I don't have COVID" email reports
  • weekly meeting agenda email, scraped from Google Docs

pm2 cron:

  • daily restart of a Node.js service

GitHub cron:

Collapse
 
louislow profile image
Louis Low
  • daily "I don't have COVID" email reports

Ah... I used to create a tool to monitor COVID-19 situations in my Terminal. Go check that out.

# YARN
$ yarn global add pandemic-covid19
# NPM
$ npm i -g pandemic-covid19

screenshot 1
screenshot 2