We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi - thanks for whenever! (I've been using it for about a decade!)
Is there a way to support syntax like this using the DSL?
*/7 * * * *
The best I can come up with (which is probably always semantically identical, but might not be depending on how cron is implemented) is:
every 7.minutes
Which generates:
7,14,21,28,35,42,49,56 * * * *
I was surprised to find zero discussion of this in issues and stackoverflow, so maybe I'm searching for the wrong thing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi - thanks for whenever! (I've been using it for about a decade!)
Is there a way to support syntax like this using the DSL?
The best I can come up with (which is probably always semantically identical, but might not be depending on how cron is implemented) is:
Which generates:
I was surprised to find zero discussion of this in issues and stackoverflow, so maybe I'm searching for the wrong thing.
The text was updated successfully, but these errors were encountered: