Skip to content

Default interval of 1s not respected #268

Answered by Hexagon
RahulGautamSingh asked this question in Q&A
Discussion options

You must be logged in to vote

Hello 👋

When using a five part pattern like * 21 * * *, the first part represents minutes. So this is every minute, hour 21, and so on... Seconds is defaulted to 0 (just like system cron).

What you probably want is a six part pattern * * 21 * * *, where the first part indicates seconds.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RahulGautamSingh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants