Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Support NotAfter schedule constraint #12

Closed
irvinlim opened this issue Mar 25, 2022 · 1 comment
Closed

Feature: Support NotAfter schedule constraint #12

irvinlim opened this issue Mar 25, 2022 · 1 comment
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

Comments

@irvinlim
Copy link
Member

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.

@irvinlim irvinlim added good first issue Good for newcomers 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. labels Mar 25, 2022
@irvinlim irvinlim added area/scheduling Related to execution scheduling (e.g. cron, concurrency, etc) and removed good first issue Good for newcomers labels Apr 11, 2022
@irvinlim
Copy link
Member Author

Implemented via #52.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant