You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 * *
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
The text was updated successfully, but these errors were encountered: