Matt,
On #Scheduled, fixedDelay ensures that two aren't running at once. But it wouldn't run it at 7am/7pm after the first time so that doesn't help.
If I had to do this, I'd have a boolean state value. I'm curious if there is a better way so look forward to watching this
thread for replies.