Skip to content

Predictable human interval #8

@danmindru

Description

@danmindru

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions