Dashboard says recurring job runs, but the code never gets executed

I have a recurring job set to run every minute that prints a message to the debug window of Visual Studio (for testing purposes). The issue is, in the dashboard it says that the job executes every minute, but the code doesn’t run and no message appears in the debug window. However, if I manually requeue a job, it works properly.