Open hackthetunnelsbot[bot] opened 1 year ago
Setup a scheduled cron job that runs each hour that outputs a pdf with the information of all orders that have been created within that past hour.
Read the following article for more information on how you can setup cron jobs with Node.js.
To generate the pdf, we recommend trying the pdf-creator-node package
pdf-creator-node
A scheduled cron job runs each hour outputting a pdf that displays each order which has occured in the past hour.
Description:
Setup a scheduled cron job that runs each hour that outputs a pdf with the information of all orders that have been created within that past hour.
Read the following article for more information on how you can setup cron jobs with Node.js.
To generate the pdf, we recommend trying the
pdf-creator-node
packageAcceptance Criteria:
A scheduled cron job runs each hour outputting a pdf that displays each order which has occured in the past hour.