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

Support for value list separator in parts that start with */ #22

Open
Never4GMS opened this issue Nov 6, 2019 · 2 comments
Open

Support for value list separator in parts that start with */ #22

Never4GMS opened this issue Nov 6, 2019 · 2 comments

Comments

@Never4GMS
Copy link

Hello.

Find the case CronExpression.Parse("* * * * */2,3") that fails with exception:

Minutes: Unexpected character ','.

And it not work at any position (minute, hour, etc.). Is it a bug? Or it's partial support for not standard special character / ?

@markalanevans
Copy link

Similar question. How do you use this to fire on the first and third wednesday. 6#1,3 does not work. Nor does 6#1,6#3

Should it? @odinserj

@jbennink
Copy link

jbennink commented Dec 8, 2022

Looks like this should work: “At every minute on every 2nd day-of-week and Wednesday.”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants