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
I tried to schedule a task at * 1,10,20 * * * but i got bad expression error. It will be very helpful if cronNET support such kind of expression. Is there any work around for these kind of expressions?
Thank you
The text was updated successfully, but these errors were encountered:
1,10,20 * * * is error becaulse 20 is greater than 12,this position mean month
tip:this is not strict cron expression ,it start with minite not second^_^
Hello,
I tried to schedule a task at * 1,10,20 * * * but i got bad expression error. It will be very helpful if cronNET support such kind of expression. Is there any work around for these kind of expressions?
Thank you
The text was updated successfully, but these errors were encountered: