I have a windows service that checks an email account and then saves off an attached PDF that has a barcode in it. I read the barcode and route the PDF to an appropriate directory. The service runs every 5 minutes and has been working well.
So my questions:
Should I create Play Job for this? Do I constantly needs hits on the site to kick off the site? Would the job run at 2am when there's no hits?
I am trying to learn what the limitations of the Jobs are and what the alternatives would be.