If I have several cron jobs that run:
- Every minute
- Every 5 minutes
- Every 15 minutes
- Every hour
- At midnight
Then at exactly 00:00 I have 5 jobs running at the same time.
I want to add another job, that I simply need to run "once a day" -- regardless of when! In fact, I want the "when" to be during the least server-load time.
How can I do this?
