How would I get a cron job to run every 72 minutes? Or some not so pretty number like that?
You could always take the approach of triggering cron every minute, and having your script exit out immediately if it's been run more recently than 72 minutes ago.