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
Is this just a limitation with the Quartz cron implementation? Shouldn't 2,3,L be valid as 2nd, 3rd and last day of the month (when used in the dayOfMonth position?
http://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html
Cron expression like
0 0 0 2,3,L * ?
should be invalid.The text was updated successfully, but these errors were encountered: