Skip to content

Schedule Fixes

Compare
Choose a tag to compare
@thomasnorris thomasnorris released this 23 Jan 17:09
· 11 commits to master since this release
cf43b89

The program was set to add a minute to each schedule if a schedule was supposed to run when the system could be reading/writing to a file. Sometimes the schedule would be delayed more than 59 minutes, which is the maximum number for minutes for a chron scheduled job. Any more time added on would make the chron job invalid, and the schedule would never run. Simple hour parsing was added to add an hour to the cron job if it were delayed more than an hour.