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

how to compute the number of executions between two days? #622

Open
kasuohei opened this issue Mar 14, 2024 · 1 comment
Open

how to compute the number of executions between two days? #622

kasuohei opened this issue Mar 14, 2024 · 1 comment

Comments

@kasuohei
Copy link

README is say, this sdk provide the function: Compute the number of executions between two days by cron Expression, how?
I want to get the number of execution in yesterday by cron expression, for example:
(1) 0 50 0 * * ?
yesterday should be execute one time

(2) 0 26,29,33 * * * ?
yesterday should be execute three times

(3) 0 0 23 L * ?
yesterday should be execute zero time

plus: just for example, need to consider different case

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

No branches or pull requests

2 participants