Feature: Support NotDuring constraints for JobConfig #53
Labels
area/scheduling
Related to execution scheduling (e.g. cron, concurrency, etc)
component/execution
Issues or PRs related exclusively to the Execution component (Job, JobConfig)
kind/feature
Categorizes issue or PR as related to a new, well-defined and agreed-upon feature.
Users may want to have a periodically scheduled job that runs regularly on interval, except for some explicitly defined time ranges. For example, we may want to specify that during deploy freezes or some other real-world event, a cron job should not be run.
Users should be able to specify a list of time ranges (start and end time, inclusive), during which schedules are not allowed.
API Design
Using the above example:
Possible Extensions
The text was updated successfully, but these errors were encountered: