Hey everyone! I have been working on a Medusa application and I've made a cron job to run a task that I want to run every night at midnight. I'm assuming I would follow the same cron expression shown in this example: https://docs.medusajs.com/advanced/backend/cron-jobs/create/ .
To test the job and the logic, I did have it set to run every minute by doing * * * * *. However, when I change it back to be 0 0 * * *, the job still runs every minute. Has anyone seen this before?
In this document, you’ll learn how to create a cron job in Medusa.