in reply to Re: Timed Events
in thread Timed Events
To follow up on this a bit -- if you include the date in your code as well as in the execution control, you now have to update your code if it is necessary to run this off schedule, if the schedule changes, if an execution failed, etc.
Split your concerns. Have the app do what it does well, and have cron control when it runs.
--MidLifeXis
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Timed Events
by PilotinControl (Pilgrim) on Dec 11, 2015 at 14:22 UTC |