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

scheduling improvements - every <x> days or every <x> weeks #31

Open
bruce-weka opened this issue Apr 19, 2023 · 1 comment
Open

scheduling improvements - every <x> days or every <x> weeks #31

bruce-weka opened this issue Apr 19, 2023 · 1 comment

Comments

@bruce-weka
Copy link
Contributor

josh/g enhancement request for scheduling: "every other week or every days" in single schedule

possibilities:
monthly schedule type:

  • 'day' option within every: month schedule should allow a list, not just a single day
  • or 'days' instead of 'day'
  • this is easiest option, but doesn't really allow for "ever other sunday" type schedule

daily schedule type: option to specify every days

for syntax - possibilities:
'every' keyword currently allows day/list of day names or month/list of month names, and is required

  • allow 'every: ' where unit is days or weeks?
    • example: every: 14 days
      • when to start (what day, time)?
    • example every: 2 weeks
      • when to start (this week or next, which day?)
  • problem is when to start after a reboot/restart
    • need to look at prior snapshots and calculate the interval to the next one - this is different than all other schedule types - all others so far can be calculated without history. can get around this if require a start-date: mm/dd/yyyy, then it's all forward math, no history.
@simont65
Copy link

Having the possibility to enter the schedule in a format similar to the "cron" schedule would be a plus for me.

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

2 participants