Has this ever happened to you with scheduled or map/reduce scripts?
1. Have a scheduled script to run from today at a later hour, then repeat every x period.
2. It runs fine.
3. Later, I edit the deployment and change the setting from Scheduled to Not Scheduled, in order to run it manually. Don't touch the rest of the schedule.
4. It runs fine.
5. Later, edit the deployment and change from Not Scheduled to Scheduled again. The rest of the setting are there: the start day and hour (now in the past), the repetition.
6. It doesn't run.
7. Edit the deployment, clear the schedule, setting again with a later hour the same day and save.
8. It runs fine the next time.
Is it by design?