Forums

Cron Timing

Hey, Is it possible to have more than daily/hourly as options? I want to run a script every 2 hours. But since there's no option ,Im running it every hour and now my processes are in the tarpit. Is there a easy fix here?

Just add some code to the start of the hourly task to check if it's the right hour to run in and, if it isn't, exit immediately.