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

feat: unified scheduling model #282

Merged
merged 4 commits into from
May 19, 2024
Merged

feat: unified scheduling model #282

merged 4 commits into from
May 19, 2024

Conversation

garethgeorge
Copy link
Owner

Unify all scheduled operations behind a single proto for defining schedules.

Supported scheduling types are

  • time intervals (e.g. the operation runs no more frequently than every x days irrespective of the time of day).
  • cron expression e.g. the operation runs as close as possible to the cron specified.

This sets up for adding more scheduled task types e.g. prune on a better defined schedule and also check operations.

@garethgeorge garethgeorge force-pushed the unified-scheduling branch 2 times, most recently from 88fd0c6 to 256ff7b Compare May 19, 2024 21:28
@garethgeorge garethgeorge merged commit 531cd28 into main May 19, 2024
5 checks passed
@garethgeorge garethgeorge deleted the unified-scheduling branch September 14, 2024 10:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant