Execution Time
Any one of our Resources will have a time to start and to end. These are affected by two things:- Timezone, decided at Resource creation
- Tolerance, in time, for the action to be taken
This is known as the “Thundering Herd” problem,
and it is a consideration for every Cloud provider (AWS, Azure, GCP, …)
Also note, there’s (currently) no SLA guaranteeing execution.Our service is very reliable, but we don’t recommend using Schedulers with no allowed tolerance for mission-critical systems.
Editing
Schedules & Adjusters are create-only; if you need to change a planned schedule, delete the Resource and create them again.Planned Features
Regarding execution, we currently are working in two features. They are:- Precise timing: we’ll strive to start execution at the planned time, within seconds.
- Alerts: in case of a long error about starting or stopping a Resource, with significant cost involved, we’ll send alerts to you over selected channels.