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

Implement cron specification parsing #65

Open
3 tasks
kevincianfarini opened this issue Nov 22, 2024 · 0 comments
Open
3 tasks

Implement cron specification parsing #65

kevincianfarini opened this issue Nov 22, 2024 · 0 comments
Labels
blocked This task is blocked by another task. enhancement New feature or request

Comments

@kevincianfarini
Copy link
Owner

kevincianfarini commented Nov 22, 2024

We should seek to support standard cron expressions in cardiologist. Such an API should delegate to the type safe Kotlin APIs. Doing so will require several tasks to be completed in the following sequence:

The cron expressions we should support are:

  • * representing any value.
  • x,y specifying two values -- x and y
  • a-b specifying all values from a to b inclusive.
  • a-b,x,y specifying a through b inclusive, x, and y.
  • / denoting step values.

We should explicitly not support any non-standard cron expressions like @monthly.

@kevincianfarini kevincianfarini added enhancement New feature or request blocked This task is blocked by another task. labels Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This task is blocked by another task. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant