Feature: Support NotAfter schedule constraint #12
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.
Milestone
We currently support the
NotBefore
schedule constraint, which is used to avoid incorrectly back-scheduling when a schedule is updated.We can also support
NotAfter
, which means that a JobConfig will run on schedule but stop after a certain date.The text was updated successfully, but these errors were encountered: