Skip to content
New issue

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

unix crontab like intervals #59

Open
greentux opened this issue Dec 4, 2013 · 1 comment
Open

unix crontab like intervals #59

greentux opened this issue Dec 4, 2013 · 1 comment

Comments

@greentux
Copy link
Collaborator

greentux commented Dec 4, 2013

It would be nice to support intervals in crontab like:
*/5 * * *
or

  • */2 * 1-5
ohinckel added a commit to ohinckel/smarthome-mknx that referenced this issue Dec 6, 2013
  . add support for interval specification using "/x"
  . add support for range specification using "x-y"
  . refactor a little bit to have one block which handles a single
  item, which is used recursively when using ",", "/x" or "x-y"
# implements suggestion of issue mknx#59
- log exception message when error occurs while analyzing the crontab
  entry
@greentux
Copy link
Collaborator Author

greentux commented Dec 7, 2013

very nice...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant