Hi All, I am using APScheduler module in python with flask. A POST request gives the amount of time to turn a light on and off for. Lets say the POST says turn it on for 6 hours and turn it off for 6 hours. How can I do this in cron? I would want the cron to be run without delay as soon as possible ...