formatting example for second #98
Unanswered
mmehdidehghani
asked this question in
Q&A
Replies: 1 comment
-
var schedule = CrontabSchedule.Parse("*/10 * * * * *", new ParseOptions { IncludingSeconds = true }); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can i set syntax for 10 second, I used"/10 * * * * * and i got this error:
{"'/10 * * * * *' is an invalid crontab expression. It must contain 5 components of a schedule in the sequence of minutes, hours, days, months, and days of week."}
Beta Was this translation helpful? Give feedback.
All reactions