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

Issue with multiple days for MonthlyDoW #12

Open
vintilabc opened this issue Nov 26, 2018 · 1 comment
Open

Issue with multiple days for MonthlyDoW #12

vintilabc opened this issue Nov 26, 2018 · 1 comment

Comments

@vintilabc
Copy link

Hi,

First of all, your library is awesome! I do however have issues with multiple days of week in the MontlyDoW schedule.
34 15 * 1,12 2#1,2#L is the cron string I'm using. Parsing fails with:
Days of week: Unexpected character ','.
Now if I leave a single value for days of week such as 34 15 * 1,12 2#1 it works as expected. Is there any way to make it work with multiple values?

Thanks.
Bogdan

@elijadar
Copy link

Hi,

I have more general question: Can special characters be mixed with other regular numbers?
For example, can I mix L with 1, to schedule run for the first and the last days of the month
0 0 1,L * *

Best regards,
Illya

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

2 participants