-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue 59: Support crontab ranges 'x-y' and 'x/y' (#49)
* - change _range() function in sheduler: . 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 #59 - log exception message when error occurs while analyzing the crontab entry * - remove list handling of basic items in _range(), which is already done in the top part of the function
- Loading branch information
1 parent
f79f4d7
commit abb9d47
Showing
1 changed file
with
28 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters