I have a program that I want to run once a day. I put my program.exe and my settings.job file into one zip file and downloaded it. I continued to work continuously. My settings. Job looks like this:
{ "schedule": "0 0 8 * * *" }
My plan was that it works every day at 8, but instead, it repeats all the time again and again. What have I done wrong?
source share