-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Human intervals currently work on increments from the time of submission.
So if you create a schedule at 12:07:01 for 10 minutes:
- next schedule run will be at 12:17:01
- and then the next will be at 12:27:01
However, there should be a mode for this to run predictably like cron, but the only way to do that is to allow users to set the start date as opposed to "now".
If you could say the start date is 12:10:00, then we can do the next at 12:20:00 etc. however this is a bit more tricky with monthly values.
Perhaps one approach to solve this would be to convert human readable to a cron so it works more predictably, if possible.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request