Cron jobs aren't getting run

I’ve set up 4 cron jobs to run every 2 mins and 0 hours (I want them to run every 2 mins), but they don’t seem to be getting run (they update one of my db tables when they do).

Are you sure the script itself actually works? If a cron job is executed but the script itself crashes, you won’t see the desired effect either.